NXSL:log10

From NetXMS Wiki
Revision as of 22:47, 19 December 2012 by Victor (talk | contribs) (Created page with "__NOTOC__ Calculates logarithm of given value to base 10. == Syntax == log10(''x''); == Parameters == :{| |- | ''x'' || input value |} == Return Value == Logarithm of ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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