Nombres de grande taille
bcadd bccomp bcdiv bcmod bcmul bcpow bcscale bcsqrt bcsub
Description
string bcdiv(string left_operand ,string right_operand ,[int scale ])
bcdiv divise l'opérande left_operand par l'opérande right_operand et renvoie le résultat. Le paramètre optionnel scale définit le nombre de chiffres après la virgule dans le résultat.
Voir aussi bcmul.