gmp_root
Take the integer part of nth root
&reftitle.description;
GMPgmp_root
GMPa
intnth
Takes the nth root of a and
returns the integer component of the result.
&reftitle.parameters;
a
&gmp.parameter;
nth
The positive root to take of a.
&reftitle.returnvalues;
The integer component of the resultant root, as a GMP number.