gmp_root

(PHP 5 >= 5.6.0, PHP 7)

gmp_rootTake the integer part of nth root

˵��

gmp_root ( GMP $a , int $nth ) : GMP

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

����

a

������һ�� GMP ���� resouce����һ������ת��Ϊ��ֵ���ַ�����

nth

The positive root to take of a.

����ֵ

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