SINH

Top  Previous  Next

Action

Returns the sinus hyperbole of a float

 

 

Syntax

var = SINH( source )

 

 

Remarks

Var

A numeric variable that is assigned with sinus hyperbole of variable source.

source

The single or double variable to get the sinus hyperbole of.

 

All trig functions work with radians. Use deg2rad and rad2deg to convert between radians and angles.

 

 

See Also

RAD2DEG , DEG2RAD , ATN , COS , SIN , TANH , COSH

 

 

Example

Show sample