denominator ( a/b -- b )
Factor handbook » The language » Numbers » Rational numbers

Prev:numerator ( a/b -- a )
Next:>fraction ( a/b -- a b )


Vocabulary
math

Inputs
a/ba rational


Outputs
ba positive integer


Word description
Outputs the denominator of a rational number. Always outputs 1 with integers.

Definition


Methods