COSH
From MCS Wiki AVR
(Difference between revisions)
Line 23: | Line 23: | ||
| valign="top" width="100%" style="width: 421px; border: 1px solid rgb(0, 0, 0);" | | | valign="top" width="100%" style="width: 421px; border: 1px solid rgb(0, 0, 0);" | | ||
− | A numeric variable that is assigned with cosine hyperbole of variable | + | A numeric variable that is assigned with cosine hyperbole of variable float. |
|- style="vertical-align: top;" | |- style="vertical-align: top;" | ||
| valign="top" width="21%" style="width: 109px; border: 1px solid rgb(0, 0, 0);" | | | valign="top" width="21%" style="width: 109px; border: 1px solid rgb(0, 0, 0);" | | ||
− | + | Float | |
| valign="top" width="100%" style="width: 421px; border: 1px solid rgb(0, 0, 0);" | | | valign="top" width="100%" style="width: 421px; border: 1px solid rgb(0, 0, 0);" | | ||
− | The | + | The float variable to get the cosine hyperbole of. |
|} | |} |
Latest revision as of 20:40, 15 June 2015
Contents |
Action
Returns the cosine hyperbole of a floating point variable
Syntax
var = COSH( float )
Remarks
Var |
A numeric variable that is assigned with cosine hyperbole of variable float. |
Float |
The float variable to get the cosine 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 , SINH
Example
Show sampleLanguages | English • Deutsch |
---|