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

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


Vocabulary
math.functions

Inputs
xa number
na number


Outputs
ya number


Word description
Finds the base n logarithm of x.

Definition