Exibir a lista drop-down

gmp_neg()

« gmp_mul | gmp_nextprime »
<?php
$resource 
gmp_neg (
    
  // resource $a
);

// shows the result
$string gmp_strval($resource);
?>
resultado
$resource = 'GMP instance'
$string = '-1'
Exemplos
#1 gmp_neg  ("1")
#2 gmp_neg  ("-1")
Veja também
gmp_abs, gmp_strval