fn setRatio(self: *Rational, p: anytype, q: anytype) !void
Set a rational from an integer ratio.
self: *Rational,
p: anytype,
q: anytype,