horusdemodlib/src/phi0.h

8 wiersze
80 B
C

// phi0.h
#ifndef PHI0_H
#define PHI0_H
extern float phi0( float xf );
#endif