COSH
(Difference between revisions)
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> |
Revision as of 20:39, 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 single. |
Single |
The single or double 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 |
---|