(PHP 5 >= 5.6.0, PHP 7)
gmp_root — n乗根の整数部を返す
gmp_root ( GMP $a , int $nth ) : GMP
$a
$nth
a の nth 乗根を計算し、 その整数部を返します。
a
nth
結果の整数部をGMP数として返します。