Search Results
A GMP object, an int, or a string that can be interpreted as a number following the same logic as if the string was used in gmp_init () with automatic base detection (i.e. when base is equal to 0).
Jul 11, 2025 · The gmp_sqrt () is a built-in function in PHP which is used to calculate the square root of a GMP number (GNU Multiple Precision : For large numbers). This function returns only the integral part of the square root of the GMP number.
gmp_rootrem - Take the integer part and remainder of nth root gmp_scan0 - Scan for 0 gmp_scan1 - Scan for 1 gmp_setbit - Set bit gmp_sign - Sign of number gmp_sqrt - Calculate square root gmp_sqrtrem - Square root with remainder gmp_strval - Convert GMP number to string gmp_sub - Subtract numbers gmp_testbit - Tests if a bit is set gmp_xor ...
Return Values The integer portion of the square root, as a GMP number.
Valeurs de retour La fonction PHP gmp_sqrt () renvoie la racine carrée sous forme de nombre GMP.
Manuel PHP - gmp_sqrt - Racine carrée GMP Liste de paramètres a Il peut être soit une ressource GMP, soit une chaîne numérique qu'il est possible de convertir plus tard en un nombre.
Valeurs de retour La partie entière de la racine carrée, sous la forme d'un nombre GMP.
