bcdiv

(PHP 3, PHP 4, PHP 5)

bcdiv -- Divise deux nombres de grande taille

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 et par défaut vaut 0.

Exemples

Exemple 1. Exemple avec bcdiv()

<?php

echo bcdiv('105', '6.55957', 3);  // 16.007

?>

Voir aussi

bcmul().

Hosting by: Hurra Communications GmbH
Generated: 2007-01-26 18:02:02