|
gmp_sqrtCalculate square root Description
GMP gmp_sqrt
( GMP
$a
)
Calculates square root of Parameters
Return ValuesThe integer portion of the square root, as a GMP number. Examples
Example #1 gmp_sqrt example
<?php The above example will output: 3 2 1234567890 |