|
gmp_rootremTake the integer part and remainder of nth root Description
array gmp_rootrem
( GMP
$a
, int $nth
)
Takes the Parameters
Return ValuesA two element array, where the first element is the integer component of the root, and the second element is the remainder, both represented as GMP numbers. |