Contact: aviboots(AT)netvision.net.il
41,604 questions
54,252 answers
573 users
// string bcmul( string $left_operand , string $right_operand [, int $scale = 0 ]) echo bcmul('3.145', '27', 3) . "<br />" ; echo bcmul('3', '6') . "<br />" ; /* run: 84.915 18 */