Hi,
I was using v 4.0.6 and was forced by administrator to switch to version 4.1.2 now function pow is acting strange.
When I let say do
$base=0;
$exp=3;
pow($base,$exp);
it returns NAN.
Is this a normal action or bug in the math library of version 4.1.2
I know I can go around and create my own pow function but I have too many places where it is. How can I hide pow that is there and replace it with mine?
I am afraid there could be other problems with this version
Peter