contents index previous next
Clib.sinh()
syntax:
Clib.sinh(x)
where:
x - number to work with.
return:
number - hyperbolic sine of x.
description:
This method returns the hyperbolic sine of the float x.
see:
Clib.sin()
Clib.sqrt()