Skip to main content

math.log(value)

Returns the natural logarithm of a given value

Availability

Device + Agent

Parameters

Name Type Description
value Float/integer Any numerical value

Returns

Float — the natural logarithm

Description

This function returns the natural logarithm of the passed value. This is the power to which base e (2.71828) must be raised to generate the passed value.

Example Code