1 2 3 4 5 6 7 8 9 10
#include <math.h> #include "sech.h" #include "cosh.h" #include "cos.h" float ssechs(float in) { return (1/cosh(in)); }