|
FORM v5.0.0-35-g6318119
|
Public Member Functions | |
| Fraction (BigInt n, BigInt d) | |
| void | print (const char *msg) |
| void | setValue (BigInt n, BigInt d) |
| void | setValue (Fraction &f) |
| void | add (BigInt n, BigInt d) |
| void | add (Fraction f) |
| void | sub (Fraction f) |
| BigInt | gcd (BigInt n0, BigInt n1) |
| void | normal (void) |
| Bool | isEq (Fraction f) |
Data Fields | |
| BigInt | num |
| BigInt | den |
| double | ratio |