root

Get truncated integer part of the n:th root of x.

See: https://gmplib.org/manual/Integer-Roots

pure @trusted nothrow @nogc
_Z!(cow)
root
(
bool cow
)
(
auto ref scope const _Z!(cow) x
,
ulong n
,
out bool isExact
)

Meta