NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
float log10 ( float  x)
inline

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.

See Also
log(), exp()
Parameters
xFloating point value.
Returns
Common logarithm of x.
Warning
This function requires the enhanced NBC/NXC firmware.
Examples:
ex_log10.nxc.