Menu

Quotient

Nicolas Hainaux
Attachments
dbg_quotient.png (2077 bytes)
memo_quotient.png (2884 bytes)

This class is used to manipulate quotients. A quotient is formed of a numerator, a denominator, has a sign and an exponent.

Possible args for __init__() :
Quotient | (sign, num, deno) | (sign, num, deno, exponent) | (sign, num, deno, exponent, symbol)

num, deno and exponent must be Exponenteds or Values

Fields :
numerator
denominator

Debugging info :

Check Quotient's complete doc

Back


Related

Doc for dev: Core Objects
Doc for dev: Fraction