First page Back Continue Last page Overview Text
Notes:
Comparing decimal objects with themselves and with other numeric types is easy as well: just use the normal built-in comparison operators. This also means that you can do things like sorting lists of decimal objects
Oh, and the min() and max() functions work also.