Contact: aviboots(AT)netvision.net.il
40,866 questions
53,271 answers
573 users
// string bcdiv( string $left_operand , string $right_operand [, int $scale = 0 ]) echo bcdiv('100', '3.14', 3); /* run: 31.847 */