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