SinH Procedure

Returns the hyperbolic sine of dx.

Syntax

[ dResult = ] SinH ( dx )

The SinH procedure syntax has the following parts:

 

Name

Type

Description

dResult

Double

Result

dx

Val Double

Input value in radians

Comments

dx should be expressed in radians. To convert the result from degrees to radians, multiply it by PI/180

Example

df = SinH(PI/4)

! Now df = 0.868670990436262

See Also

ACos, ASin, ATan, Cos, CosH, PI, Sin, Tan, TanH