Functions Index :: T :: Tan

[<< up one level]

Module:

numeric :: functions

Definition:

Tan(float x)

Description:

Returns the tangent of its argument.

Examples:

v = Tan(1) # v == 1.5574

v = Tan(2) # v == -2.1850

 

[<< top]