Low-level betterC utilities for big integer arithmetic libraries.
The module provides BigUIntView, and BigIntView, DecimalView.
Note: The module doesn't provide full arithmetic API for now.
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.
Arbitrary length unsigned integer view.
See Source File
Low-level betterC utilities for big integer arithmetic libraries.
The module provides BigUIntView, and BigIntView, DecimalView.
Note: The module doesn't provide full arithmetic API for now.