COSH
From MCS Wiki AVR
(Difference between revisions)
(2 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
= <span class="f_Header">Action</span> = | = <span class="f_Header">Action</span> = | ||
− | Returns the cosine hyperbole of a | + | Returns the cosine hyperbole of a floating point variable |
<span style="font-family: Arial;"> </span> | <span style="font-family: Arial;"> </span> | ||
Line 9: | Line 9: | ||
= <span class="f_Header">Syntax</span> = | = <span class="f_Header">Syntax</span> = | ||
− | var = <span class="f_Syntax">COSH</span>( | + | var = <span class="f_Syntax">COSH</span>( float ) |
<span style="font-family: Arial;"> </span> | <span style="font-family: Arial;"> </span> | ||
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 |
---|