Difference between revisions of "NXSL:log10"

From NetXMS Wiki
Jump to navigation Jump to search
(Created page with "__NOTOC__ Calculates logarithm of given value to base 10. == Syntax == log10(''x''); == Parameters == :{| |- | ''x'' || input value |} == Return Value == Logarithm of ...")
(No difference)

Revision as of 20:47, 19 December 2012

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