-
Notifications
You must be signed in to change notification settings - Fork 0
LargeInteger
Nicolas Cellier edited this page Aug 11, 2015
·
1 revision
Most Smalltalk dialects provide a LargeInteger library able to perform exact arithmetic on integers of arbitrary length. ArbitraryPrecisionFloat implementation relies on the presence of such library.
The principal messages of LargeInteger used by ArbitraryPrecisionFloat are the following:
TO BE DEFINED