contents index previous next
Clib.tan()
syntax:
Clib.tan(x)
where:
x - number to work with.
return:
number - tangent of x.
description:
This method returns the tangent of x in radians.
see:
Clib.atan(), Clib.tanh()
Clib.tanh()