Next: syslib flonums power, Previous: syslib flonums hyperbol, Up: syslib flonums [Index]
Return the real cube root function of fl.
Return the base e exponential of the operand.
When applied to one argument: return the natural logarithm of the
operand. For non–negative fl the return value is a numeric
flonum; for negative fl the return value is not–a–number. See
also $log-flonum
to compute the logarithm of negative flonums as
a complex number.
When applied to two arguments: return the base–fl2 logarithm of fl1.
Return the base–fl2 logarithm of fl1.
Return an equivalent of exp(fl) - 1.
Return an equivalent of log(1 + fl).
Compute the Euclidean distance function: \sqrt(X*X+Y*Y). (libc)hypot.