Php/docs/function.gmp-root
来自菜鸟教程
gmp_root
(PHP 5 >= 5.6.0, PHP 7)
gmp_root — Take the integer part of nth root
说明
Takes the nth
root of a
and
returns the integer component of the result.
返回值
The integer component of the resultant root, as a GMP number.