|
pow() retourne base élevé à la puissance exp. Si possible, pow() retourne un entier.
Si le calcul ne peut être fait, une alerte sera affichée et pow() retournera FALSE. Depuis PHP 4.2.0, pow() n'affiche plus aucun warning.
Note : PHP ne peut pas gérer une valeur négative de base.
Avertissement |
En PHP 4.0.6 plus ancien, pow() retournait toujours un nombre à virgule flottante (float), et n'affichait pas d'alerte. Si le calcul est impossible (racine d'un nombre négatif, par exemple), pow() retournait NAN. |
Hosting by: Hurra Communications GmbH
Generated: 2007-01-26 18:02:13