Next:
LargePositiveInteger
, Previous:
LargeInteger
, Up:
Base classes
1.96 LargeNegativeInteger
Defined in namespace Smalltalk
Superclass: LargeInteger
Category: Language-Data types
Just like my brother LargePositiveInteger, I provide a few methods that allow LargeInteger to determine the sign of a large integer in a fast way during its calculations. For example, I know that I am smaller than any LargePositiveInteger
LargeNegativeInteger-converting
: (instance)
LargeNegativeInteger-numeric testing
: (instance)
LargeNegativeInteger-reverting to LargePositiveInteger
: (instance)