Module u16

Module u16 

Source
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.