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

8.5 ssecd - Degree Secant sec(x)

#include <msca.h> 
 
double ssecd (double x); 
float  ssecdf(float x);

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