bcmul <<< |
bcpow | bcpowmod >>> |
8.5 Nombres de grande taille BCMath 8 Référence des fonctions Manuel PHP . Introduction . Pré-requis . Installation . Configuration à l'exécution . Types de ressources . Constantes pré-définies . bcadd . bccomp . bcdiv . bcmod . bcmul ->bcpow . bcpowmod . bcscale . bcsqrt . bcsub |
8.5.12 bcpow()Elève un nombre à la puissance n-ième[ Exemples avec bcpow ] PHP 3, PHP 4 , PHP 5 string bcpow ( string x , string y , int scale )bcpow élève x à la puissance y . Le paramètre optionnel scale définit le nombre de chiffres après la virgule dans le résultat.
|
<< | bcpow | >> |
bcmul | Nombres de grande taille BCMath | bcpowmod |