Log10()

Syntax

Result.f(.d) = Log10(Number.f(.d))
Description
Returns the log in base 10 of the given number.

Parameters

Number.f or Number.d The number to calculate the log from. This must be a positive value.

Return value

Returns the log in base 10.

Remarks

This function handles and returns float or double values.

See Also

Log()

Supported OS

All

<- Log() - Math Index - Mod() ->