Difference between revisions of "NXSL:log10"

From NetXMS Wiki
Jump to navigation Jump to search
m (Text replacement - "^" to "{{deprecated}}")
 
Line 1: Line 1:
__NOTOC__
{{deprecated}}__NOTOC__
Calculates logarithm of given value to base 10.
Calculates logarithm of given value to base 10.



Latest revision as of 16:13, 13 September 2022

This Wiki is deprecated and we are are currrently migrating remaining pages into product documentation (Admin Guide, NXSL Guide)

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