- Found in:
- Mathf
Description
Documentation Comment
Returns the base 10 logarithm of a number
Caveats
Parameters
floatf
Examples
Auto-Generated Example
float myFloat__f
float returnedValue = LibMathf.Log10(myFloat__f)
Returns the base 10 logarithm of a number
float myFloat__f
float returnedValue = LibMathf.Log10(myFloat__f)