|
gmp_signSign of number Description
int gmp_sign
( resource
$a
)Checks the sign of a number. Parameters
Return Values
Returns 1 if Examples
Example #1 gmp_sign example
<?php The above example will output: 1 -1 0 See Also
|