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