.log()

Description

Log returns the value from the equation below:

(Math.log(input_value) / Math.LN10)

Parameters

Log takes no parameters

Usage On Numbers

num = 5

log num.log()
// 0.6989700043360187

Last updated

Was this helpful?