Macros§
Traits§
- Provides methods to compute an integer’s square root, cube root, and arbitrary
n
th root.
Functions§
- bits 🔒
- Returns the truncated principal cube root of an integer – see Roots::cbrt.
- fixpoint 🔒
- log2 🔒
- Returns the truncated principal
n
th root of an integer – see Roots::nth_root. - Returns the truncated principal square root of an integer – see Roots::sqrt.