|
gmp_sqrtCalculate square root Description
resource gmp_sqrt
( resource
$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 |