Expand description
U128_DIV system event handler for the Miden VM.
This handler implements the U128_DIV operation that pushes the result of u128 division (both the quotient and the remainder) onto the advice stack.
Enums§
- U128
DivError - Error types that can occur during U128_DIV operations.
Constants§
- U128_
DIV_ EVENT_ NAME - Event name for the u128_div operation.
Functions§
- handle_
u128_ div - U128_DIV system event handler.