<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > Math > Trigonometric function > ArcSinH |
Description
Calculates the inverse hyperbolic sine of the given number.
Syntax
n = ArcSinH(nValue)
Returns
Number. Result in radians
Parameters
Name |
Type |
Optional |
Meaning |
nValue |
Number |
No |
Any numerical expression |
Remarks
Restrictions
See also
Examples