Contact: aviboots(AT)netvision.net.il
39,938 questions
51,875 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 */