Math Scalar Library
Programming Reference Manual C/C++
Version 1.1 DD-00003-011

6.5 ssec - Secant sec(x)

#include <msca.h> 
 
double ssec (double x); 
float  ssecf(float x);

Given a value x this function computes the secant sec(x)  .