contents   index   previous   next



Clib.cos()

syntax:

Clib.cos(x)

where:

x - number to work with.

 

return:

number - cosine of x.

 

description:

This method returns the cosine of x in radians.

 

see:

Clib.acos(), Clib.cosh()

 

 


Clib.cosh()