LOG10
From MCS Wiki AVR
(Difference between revisions)
(Created page with "= <span class="f_Header">Action</span> = Returns the base 10 logarithm of a single variable. <span style="font-family: Arial;"> </span> <span style="font-family: Arial...") |
|||
Line 1: | Line 1: | ||
= <span class="f_Header">Action</span> = | = <span class="f_Header">Action</span> = | ||
− | Returns the base 10 logarithm of a | + | Returns the base 10 logarithm of a floating point variable. |
<span style="font-family: Arial;"> </span> | <span style="font-family: Arial;"> </span> |
Latest revision as of 20:43, 15 June 2015
Contents |
Action
Returns the base 10 logarithm of a floating point variable.
Syntax
Target = LOG10(source)
Remarks
Target |
The single or double that is assigned with the base 10 logarithm of single/double target. |
Source |
The source single or double to get the base 10 LOG of. |
See also
Example
Languages | English • Deutsch |
---|