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 π
- karatsuba_
sqrt π - 128-bit Karatsuba Square Root, using b = 2Β³Β²
- 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.