Skip to content

LargeInteger

Nicolas Cellier edited this page Aug 11, 2015 · 1 revision

Introduction

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.

Details

The principal messages of LargeInteger used by ArbitraryPrecisionFloat are the following:

TO BE DEFINED

Clone this wiki locally