math.log(x[, base])

Returns test


x??
baseoptional

REMARKS
* math module
* With one argument, return the natural logarithm of x (to base e).
* With two arguments, return the logarithm of x to the given base, calculated as log(x)/log(base).

?? 

© 2025 Better Solutions Limited. All Rights Reserved. © 2025 Better Solutions Limited Top