MacrosΒ§
- signed_
roots π - unsigned_
roots π
TraitsΒ§
- Roots
- Provides methods to compute an integerβs square root, cube root,
and arbitrary
nth root.
FunctionsΒ§
- bits π
- cbrt
- Returns the truncated principal cube root of an integer β see Roots::cbrt.
- fixpoint π
- log2 π
- nth_
root - Returns the truncated principal
nth root of an integer β see Roots::nth_root. - sqrt
- Returns the truncated principal square root of an integer β see Roots::sqrt.