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.

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)

AltStyle によって変換されたページ (->オリジナル) /