Funções da GMP
PHP Manual

gmp_root

(PHP 5 >= 5.6.0, PHP 7)

gmp_rootTake the integer part of nth root

Descrição

GMP gmp_root ( GMP $a , int $nth )

Takes the nth root of a and returns the integer component of the result.

Parâmetros

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.

Valor Retornado

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


Funções da GMP
PHP Manual