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

Prev:sigmoid ( x -- y )
Next:abs ( x -- y )


Vocabulary
math.functions

Inputs
nan integer
xa number


Outputs
ya number


Word description
Calculates the nth root of a number, such that y^n=x.

Definition