|
gmp_rootremTake the integer part and remainder of nth root Beschreibung
array gmp_rootrem
( GMP
$a
, int $nth
)
Takes the Parameter-Liste
RückgabewerteA 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. |