contents   index   previous   next



Clib.cosh()

syntax:

Clib.cosh(x)

where:

x - number to work with.

 

return:

number - hyperbolic cosine of x.

 

description:

This method returns the hyperbolic cosine of x.

 

see:

Clib.cos()

 

 


Clib.div()