MathfLog10On this pageMathf.Log10(number f) Returns the base 10 logarithm of a specified number. Parameters: NameTypeDescriptionfnumberValue Returns: typeDescriptionnumberthe base 10 logarithm of a specified number. Usage ---@type numberlocal f;local val0 = Mathf:Log10(f)