TANH
From MCS Wiki AVR
(Difference between revisions)
(Created page with "= <span class="f_Header">Action</span> = Returns the hyperbole of a single <span style="font-family: Arial;"> </span> <span style="font-family: Arial;"> </span> ...") |
|||
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
= <span class="f_Header">Action</span> = | = <span class="f_Header">Action</span> = | ||
− | Returns the hyperbole of a | + | Returns the hyperbole of a floating point variable |
<span style="font-family: Arial;"> </span> | <span style="font-family: Arial;"> </span> | ||
Line 52: | Line 52: | ||
= <span class="f_Header">Example</span> = | = <span class="f_Header">Example</span> = | ||
− | [[ | + | [[FP TRIG|Show sample]] |
+ | |||
+ | |||
+ | |||
+ | {{Languages}} | ||
+ | |||
+ | [[Category:BASCOM_Language_Reference]] |
Latest revision as of 20:47, 15 June 2015
Contents |
Action
Returns the hyperbole of a floating point variable
Syntax
var = TANH( source )
Remarks
Var |
A numeric variable that is assigned with hyperbole of variable source. |
Source |
The single or double variable to get the 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 , SINH , COSH
Example
Languages | English • Deutsch |
---|