fraction> ( a b -- a/b )


Vocabulary
math.ratios.private

Inputs
aan integer
ba positive integer


Outputs
a/ba rational


Word description
Creates a new ratio, or outputs the numerator if the denominator is 1. This word does not reduce the fraction to lowest terms, and should not be called directly; use / instead.

Definition