Programmer's Reference
CLDT assumes that a Fraction is always reduced to its lowest
common denominator. Using unreduced instances of Fraction
can cause errors with current implementations.
denominator, numerator
numerator:denominator:
- Note:
- This message has been included to comply with the Blue Book and Red Book, but
its use is strongly discouraged. It is possible to create an unreduced
instance of Fraction with this method, which could lead to errors,
because reduced Fractions are expected. The recommended way
to create a Fraction is with the division message (/) or
with conversion messages.
asScaledDecimal
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]