INNER CODE UNIT · Rust
rem
pluto/ronkathon · src/algebra/field/binary_towers/mod.rs:138
fn rem(self, rhs: Self) -> Self::Output { self - (self / rhs) * rhs }
}
INNER CODE UNIT · Rust
pluto/ronkathon · src/algebra/field/binary_towers/mod.rs:138
fn rem(self, rhs: Self) -> Self::Output { self - (self / rhs) * rhs }
}