Hi,
In message "Re: Bug in Rational?"
on 03/04/22, Bret Jolly <oinkoink+unet / rexx.com> writes:
| Here the Rational constructor (is that the right word?) quite
|properly refuses to create the non-number 0/0, but Rational.new has
|no such inhibitions.
Rational.new is for internal use. Use Rational().
matz.