Namespace providing type-safe arithmetic operations for positive safe
integers.
All operations automatically clamp results to the positive safe integer range
[1, MAX_SAFE_INTEGER]. This ensures that all arithmetic maintains both the
positive constraint and IEEE 754 precision guarantees, preventing precision
loss and ensuring results are always positive.
Namespace providing type-safe arithmetic operations for positive safe integers.
All operations automatically clamp results to the positive safe integer range [1, MAX_SAFE_INTEGER]. This ensures that all arithmetic maintains both the positive constraint and IEEE 754 precision guarantees, preventing precision loss and ensuring results are always positive.