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

extern float phi0( float xf );

#endif