// Prevent recursive include.....
#ifndef  h_prog2_h
#define  h_prog2_h



float f( float x );
double g( double x );


#endif
