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

6.6 scot - Cotangent cot(x)

#include <msca.h> 
 
double scot (double x); 
float  scotf(float x);

Given a value x this function computes the cotangent cot(x)  .