Mathf.Log10static function Log10 (f : float) : floatDescriptionReturns the base 10 logarithm of a specified number.
JavaScript
// logarithm of 100 in base 10 using UnityEngine; import UnityEngine |
|
||||
| Scripting > Runtime Classes > Mathf | ||||
Mathf.Log10static function Log10 (f : float) : floatDescriptionReturns the base 10 logarithm of a specified number.
JavaScript
// logarithm of 100 in base 10 using UnityEngine; import UnityEngine |