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

Prev:log1+ ( x -- y )
Next:logn ( x n -- y )


Vocabulary
math.functions

Inputs
xa number


Outputs
ya number


Word description
Logarithm function base 10. Outputs negative infinity if x is 0.

Definition


Methods