pub fn qm31_packed_reduced_div(
felt1: Felt252,
felt2: Felt252,
) -> Result<Felt252, MathError>
Expand description
QM31 utility function, used specifically for Stwo. QM31 operations are to be relocated into https://github.com/lambdaclass/lambdaworks. Computes the division of two QM31 elements in reduced form. Returns an error if the input is zero.