PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

gmp_testbit> <gmp_strval
Last updated: Fri, 04 Jul 2008

view this page in

gmp_sub

(PHP 4 >= 4.0.4, PHP 5)

gmp_sub — Resta números

Descripción

resource gmp_sub ( resource $a , resource $b )

Resta b de a y devuelve el resultado.

Example #1 Ejemplo de gmp_sub()

<?php
$sub 
gmp_sub("281474976710656""4294967296"); // 2^48 - 2^32
echo gmp_strval($sub) . "\n";
?>

La salida del anterior programa es:

281470681743360


add a note add a note User Contributed Notes
gmp_sub
There are no user contributed notes for this page.

gmp_testbit> <gmp_strval
Last updated: Fri, 04 Jul 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites