Functions Index :: C :: Cot

[<< up one level]

Module:

numeric :: functions

Definition:

Cot(float x)

Description:

Returns the cotangent of its argument.

Examples:

v = Cot(1) # v == 0.6421

v = Cot(2) # v == -0.4577

 

[<< top]