Expand description
Math helpers for integer type u16
Functionsยง
- divrem
- Calculates the quotient and remainder of regular integer division and returns the result as a tuple.
- divrem_
euclid - Calculates the quotient and remainder of Euclidean division and returns the result as a tuple.