Computes the natural logarithm (base e) of the given number.
log(value)
log(e()); // returns 1
log(1); // returns 0
log(10); // returns approximately 2.3026
e pow exp exp10 exp2 log log10 log2