Functions Index :: S :: Sinh

[<< up one level]

Module:

numeric :: functions

Definition:

Sinh(float x)

Description:

Returns the hyperbolic sine of its argument.

Examples:

v = Sinh(1) # v == 1.1752

v = Sinh(2) # v == 3.6269

 

[<< top]