Last updated 4 months ago
Was this helpful?
This method is simply a wrapper for JavaScript's Math.log()
Log takes no parameters
log -1.ln() // NaN log -0.ln() // -Infinity log 0.ln() // -Infinity log 1.ln() // 0 log 10.ln() // 2.302585092994046