math.log(x: 0) // Returns -Infmath.log(x: NaN) // Returns NaN
math.log(x: 0) // Returns -Inf
math.log(x: NaN) // Returns NaN
本文档使用 全库网 构建