SINH/de
From MCS Wiki AVR
< SINH(Difference between revisions)
(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...") |
m (1 revision) |
Latest revision as of 21:16, 15 February 2013
Contents |
= (**COPIED FROM ENGLISH PAGE**) === 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 |
---|