Page 1 of 1

COMPUTATION

Posted: Fri Apr 07, 2006 8:22 pm
by lamerac
Hi there?

does anyone here know about php computaion that will compute values after comma format and decimal points?

any response would be greatly appreciated!

thanks,
mel

Posted: Fri Apr 07, 2006 8:23 pm
by timvw
How precise should the calculation be? General recommandation is to use bc.

Posted: Fri Apr 07, 2006 8:33 pm
by feyd
strip the commas and feed it to bc, like timvw suggests.