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