|
gmp_perfect_squarePerfect square check Description
bool gmp_perfect_square(GMPintstring
$num )Check if a number is a perfect square. Parameters
Return Values
Returns Examples
Example #1 gmp_perfect_square example
The above example will output: bool(true) bool(false) bool(true) See Also
|