Log10()
语法
Result.f = Log10(Number.f)概要
Returns the log in base 10 of the given number.
参数
Number.f The number to calculate the log from. This must be a positive value.
返回值
Returns the log in base 10.
Remarks
This function can handle float and double values.
参阅
Log()
已支持操作系统
所有