Expand description
Arbitrary-precision integer support and helpers.
Structs§
- Const
Safe Int - Fixed-size, byte-backed integer that can be converted into
SafeInt. - SafeInt
- Arbitrary-precision integer wrapper that exposes safe, non-panicking operations.
Constants§
- DEFAULT_
MAX_ ITERS - Default iteration cap for the fixed-point approximation used by
pow_ratio_scaledwhen large exponents require the fallback path.