Namespace providing type-safe arithmetic operations for non-zero safe
integers.
All operations automatically clamp results to the non-zero safe integer
range, excluding zero. This ensures that all arithmetic maintains both the
non-zero constraint and IEEE 754 precision guarantees, preventing precision
loss while ensuring results are never zero.
Namespace providing type-safe arithmetic operations for non-zero safe integers.
All operations automatically clamp results to the non-zero safe integer range, excluding zero. This ensures that all arithmetic maintains both the non-zero constraint and IEEE 754 precision guarantees, preventing precision loss while ensuring results are never zero.