Next:
LargeNegativeInteger
, Previous:
LargeByteArray
, Up:
Base classes
1.95 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.
LargeInteger-accessing
: (instance)
LargeInteger-arithmetic
: (instance)
LargeInteger-bit operations
: (instance)
LargeInteger-built-ins
: (instance)
LargeInteger-coercion
: (instance)
LargeInteger-disabled
: (instance)
LargeInteger-primitive operations
: (instance)
LargeInteger-testing
: (instance)