#ifndef FE_FUNCTIONS_H #define FE_FUNCTIONS_H extern const double pi; double FE_cos(double angle); double FE_sin(double angle); #endif