Afficher la liste déroulante

gmp_nextprime()

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

// shows the result
$string gmp_strval($resource);
?>
Résultat
$resource = 'GMP instance'
$string = '11'
Exemples
#1 gmp_nextprime  (10)
#2 gmp_nextprime  (-1000)
Voir aussi
gmp_abs, gmp_strval