Crate largeint[][src]

Modules

addition

The module,addition, is where scalar addition takes place. The module, difference, is where the difference between two scalar values is calculated.

difference
largeint

The module, largeint, is where the largeint struct is implemented along with a variety of useful methods and functions. Update 0.2.0 will introduce the capability to multiply and divide LargeInts. Currently only addition and subtraction are supported for the type LargeInt.