Next: , Previous: , Up: Base classes   [Index]


1.98 LargeInteger

Defined in namespace Smalltalk
Superclass: Integer
Category: Language-Data types

I represent a large integer, which has to be stored as a long sequence of bytes. I have methods to do arithmetics and comparisons, but I need some help from my children, LargePositiveInteger and LargeNegativeInteger, to speed them up a bit.