recip ( x -- y )
Factor handbook » The language » Numbers » Mathematical functions » Arithmetic functions

Prev:neg ( x -- -x )
Next:conjugate ( z -- z* )


Vocabulary
math

Inputs
xa number


Outputs
ya number


Word description
Computes a number's multiplicative inverse.

Errors
Throws an error if x is the integer 0.

Definition


Methods