contents   index   previous   next



Clib.tanh()

syntax:

Clib.tanh(x)

where:

x - number to work with.

 

return:

number - hyperbolic tangent of x.

 

description:

This method calculates and returns the hyperbolic tangent of the parameter x, a float.

 

see:

Clib.tan()

 

 


Variable argument lists