Module num_integer::roots
source · Macros§
- signed_
roots π - unsigned_
roots π
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.