PHP 8.4.0 RC4 available for testing

gmp_pow

(PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8)

gmp_powEleva un numero a potenza

Descrizione

gmp_pow(resource $base, int $exp): resource

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

User Contributed Notes

There are no user contributed notes for this page.
To Top