math.log (x [, base])
Returns the logarithm of x
in the given base. The default for base
is e (so that the function returns the natural logarithm of x
).
math.log (x [, base])
Returns the logarithm of x
in the given base. The default for base
is e (so that the function returns the natural logarithm of x
).
Please login to continue.