cot

Returns the cotangent of its radian argument.

Format

#include  <math.h>

double cot  (double x);

Argument

x
A radian expressed as a real number.

Return Values
The cotangent of the argument. 
HUGE_VAL  Indicates that the argument is zero; errno is set to ERANGE. 


Previous Page | Next Page | Table of Contents | Index