![]() ![]() ![]() ![]() ![]() ![]() ![]() |
|||||
|
|
|||||
| function | FP_sinh | ||||
| Other Library Functions |
|
Library: Floating Point
Include: omfloat.xin |
Returns: Opaque
The hyperbolic sine of the floating point number. |
define external float function FP_sinh value float x
A trigonometric function that calculates the hyperbolic sine of the floating point number.
Out-of-range values, as in the case of acos() and asin() for |x| > 1, are returned as "not a number" (NaN).
| ---- |