[][src]Module tune::math

Specialized integer operations missing from the standard library.

Functions

gcd_u16

Determines the greatest common divisor of two u16s.

i32_div_u32

Returns the euclidean division of a signed numer and an unsigned denom.

i32_dr_u32

Evaluates i32_div_u32 and i32_rem_u32 in one call.

i32_rem_u32

Returns the euclidean remainder of a signed numer and an unsigned denom.

odd_factors_u16

Removes all powers of two from a u16.

simplify_u16

Simplifies a fraction of u16s.