DRAFTThis page is not published. Only visible in development mode.
math module · Scalar Function

math::log10

Compute the base-10 logarithm of a value.

Syntax

RQL

Parameters

NameTypeDescription
valueNumberA positive number

Return Value

Returns a Number representing the base-10 logarithm of the value.

Examples

$ Calculate base-10 logarithm
$ ctrl+enter to run

Related Functions