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