Crate bobcat_maths

Crate bobcat_maths 

Source

Structs§

I
U

Functions§

checked_add
checked_div
checked_mul
checked_pow
checked_rooti
Rooti iterative method based on the 9lives implementation. Using this operation is the equivalent of pow(x, 1/n).
checked_sub
const_wrapping_div
modd
mul_div
mul_div_round_up
saturating_add
saturating_mul
saturating_sub
widening_mul
wrapping_add
wrapping_div
wrapping_mul
wrapping_mul_b
wrapping_sub

Type Aliases§

Address