log1+ ( x -- y )
Factor handbook » The language » Numbers » Mathematical functions » Powers and logarithms

Prev:log ( x -- y )
Next:log10 ( x -- y )


Vocabulary
math.functions

Inputs
xa number


Outputs
ya number


Word description
Takes the natural logarithm of 1 + x. Outputs negative infinity if 1 + x is zero. This word may be more accurate than 1 + log for very small values of x.

Definition


Methods