(PHP 5 >= 5.6.0, PHP 7)
gmp_root — Take the integer part of nth root
$a
, int $nth
)
Takes the nth
root of a
and
returns the integer component of the result.
a
Ele pode ser qualquer número GMP resource, ou uma string numérica que é possível convertê-la para um número.
nth
The positive root to take of a
.
The integer component of the resultant root, as a GMP number.