Next: syslib numerics exp, Previous: syslib numerics cbrt, Up: syslib numerics [Index]
Compute the natural logarithm of fx; return a fixnum, flonum or cflonum.
Compute the natural logarithm of fl; return an inexact number object.
Compute the natural logarithm of fl; return a flonum or cflonum.
This function computes the result also when fl is a negative
flonum, whose logarithm is a complex number; this makes it different
from $fllog
.
Compute the natural logarithm of rt; return an inexact number object.
Compute the natural logarithm of cn; return an inexact number object.
Compute the natural logarithm of cfl; return a cflonum.