Dans :
Fonctions PHP
Concepts PHP
Fonctions MySQL
Fonctions HTML
Forum PHP/MySQL
Cours PHP/MySQL
Scripts PHP/MySQL
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.
<?phpecho bcpow('4.2', '3', 2); // 74.08?>
bcpowmod et bcsqrt .