Fast integer computation of ceil(log10(exp2(e))) with 64-bit mantissa precision. The result is guaranted to be greater then log10(exp2(e)), which is irrational number.
Arbitrary length signed integer view.
An utility type to wrap a local buffer to accumulate unsigned numbers.
Arbitrary length unsigned integer view.
Low-level betterC utilities for big integer arithmetic libraries.
The module provides BigUIntAccumulator, BigUIntView, and BigIntView, DecimalView.
Note: The module doesn't provide full arithmetic API for now.