COSH
(Difference between revisions)
(Created page with "= <span class="f_Header">Action</span> = Returns the cosine hyperbole of a single <span style="font-family: Arial;"> </span> <span style="font-family: Arial;"> </...") |
|||
Line 52: | Line 52: | ||
= <span class="f_Header">Example</span> = | = <span class="f_Header">Example</span> = | ||
− | [[ | + | [[FP TRIG|Show sample]]<br/>{{Languages}} |
+ | |||
+ | [[Category:BASCOM Language Reference]] |
Revision as of 22:13, 8 February 2013
Contents |
Action
Returns the cosine hyperbole of a single
Syntax
var = COSH( single )
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 |
---|