package haxe.math.bigint

..
BigInt

BigIntArithmetic

A collection of static helper functions for performing arithmetic on BigInt_ objects.

BigIntError

BigIntException

An exception thrown for errors during BigInt operations. It wraps a BigIntError value to provide specific details.

BigIntHelper

A collection of low-level, static Int manipulation helper functions.

BigIntTools

A collection of high-level static utility functions for BigInt.

MultiwordArithmetic

A collection of static, low-level arithmetic functions that operate directly on Vector<Int> representations of large numbers.

MutableBigInt

A mutable arbitrary-precision integer.