- inverse
Rational inverse()
- opAssign
Rational opAssign(T other)
Assign with another Rational.
- opAssign
Rational opAssign(T n)
- opBinary
Rational opBinary(T o)
Undocumented in source. Be warned that the author may not have intended to support it.
- opCast
T opCast()
- opCmp
int opCmp(T o)
Undocumented in source. Be warned that the author may not have intended to support it.
- opCmp
int opCmp(T o)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(T y)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(T o)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
Rational opOpAssign(T o)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
Rational opOpAssign(T o)
Undocumented in source. Be warned that the author may not have intended to support it.
- opUnary
Rational opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.
- opUnary
Rational opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString()
Converts to pretty string.
A rational number, always in reduced form. Supports basic arithmetic.