Skip to main content

Mathf.Log10(number f)

Returns the base 10 logarithm of a specified number.

Parameters:

NameTypeDescription
fnumberValue

Returns:

typeDescription
numberthe base 10 logarithm of a specified number.

Usage

---@type number
local f;


local val0 = Mathf:Log10(f)