Contact: aviboots(AT)netvision.net.il
39,938 questions
51,875 answers
573 users
// string bcsqrt( string $operand [, int $scale = 0 ] ) echo bcsqrt('4', 3) . "<br \>"; echo bcsqrt('5', 3) . "<br \>"; /* run: 2.000 2.236 */