Computes the modulus of two bigint values, ensuring a non-negative result.
This function returns the result of n mod m, always as a non-negative bigint,
even if n is negative. This is useful for mathematical operations where
a positive modulus is required.
Computes the modulus of two bigint values, ensuring a non-negative result.
This function returns the result of
n mod m, always as a non-negative bigint, even ifnis negative. This is useful for mathematical operations where a positive modulus is required.