SINH
From MCS Wiki AVR
(Difference between revisions)
Admin (Talk | contribs)
(Created page with "= <span class="f_Header">Action</span> = Returns the sinus hyperbole of a float <span style="font-family: Arial;"> </span> <span style="font-family: Arial;"> </sp...")
(Created page with "= <span class="f_Header">Action</span> = Returns the sinus hyperbole of a float <span style="font-family: Arial;"> </span> <span style="font-family: Arial;"> </sp...")
Latest revision as of 19:00, 12 February 2013
Contents |
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
Languages | English • Deutsch |
---|