PHP.nl

gmp_root

gmp_root

Take the integer part of nth root

GMP **gmp_root**  $num int $nth

Takes the root of and returns the integer component of the result. nth``num

num``nth The positive root to take of . num

The integer component of the resultant root, as a GMP number.