aboutsummaryrefslogtreecommitdiff
path: root/src/phi0.h
blob: 79e942df0ec16814dfc935c517d2b9f7c0cd9714 (plain)
1
2
3
4
5
6
7
// phi0.h
#ifndef PHI0_H
#define PHI0_H

extern float phi0(float xf);

#endif