log
log is a built-in function in `C source code
'.
(log ARG &optional BASE)
Return the natural logarithm of ARG.
If the optional argument BASE is given, return log ARG using that base.
C source code
'.
(log ARG &optional BASE)
Return the natural logarithm of ARG.
If the optional argument BASE is given, return log ARG using that base.