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

search for in the

gmp_powm> <gmp_popcount
[edit] Last updated: Tue, 21 May 2013

view this page in

gmp_pow

(PHP 4 >= 4.0.4, PHP 5)

gmp_powEleva un numero a potenza

Descrizione

resource gmp_pow ( resource $base , int $exp )

Eleva la base base ad una potenza exp. Nel caso di 0^0 il risultato sarà 1. L'argomento exp non può essere negativo.



add a note add a note User Contributed Notes gmp_pow - [1 notes]
up
0
rahulkadukar at yahoo dot com
2 years ago
A Sample code can be shown as

<?php
echo gmp_strval(gmp_pow(4,4)); //This would give the answer as 256
?>

 
show source | credits | sitemap | contact | advertising | mirror sites