NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
#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).

Deprecated:
Use log10() instead.
Parameters
_XFloating point value.
Returns
Common logarithm of _X.