Functions Index :: A :: ArcCot

[<< up one level]

Module:

numeric :: functions

Definition:

ArcCot(float x)

Description:

Returns the inverse cotangent of its argument.

Examples:

v = ArcCot(0.6421) # v == 1.0000

v = ArcCot(-0.4577) # v == 2.000

 

[<< top]