1 2 3 4 5 6 7
#include <math.h> #include "secd.h" #include "sec.h" float ssecds(float in) { return (1/cos((M_PI/180.0)*in)); }