gmp_rootrem
symfony/var-dumper
Supported Versions: PHP 5 >= 5.6.0, PHP 7, PHP 8
Take the integer part and remainder of nth root
<?php gmp_rootrem
(
GMP
|
int
|
string $num
,
int $nth
): array