NXC
Version 1.2.1 r5
|
#define Log10 | ( | _X | ) | asm { log10 __FLTRETVAL__, _X } |
Compute common logarithm.
Computes the common logarithm of _X. The common logarithm is the base-10 logarithm. For base-e logarithms, a specific function Log() exists. Only constants or variables allowed (no expressions).
_X | Floating point value. |