NXSL:log10

From NetXMS Wiki
Revision as of 13:19, 22 November 2017 by TatjanaDubrovica (talk | contribs)
Jump to navigation Jump to search

Calculates logarithm of given value to base 10.


Syntax

log10(x);


Parameters

x input value

Return Value

Logarithm of x to base 10.

Examples

log10(2)	->	0.301030