BCMath in PHP?

Add a reply

Posted by rollercoaster375 785 days ago:
For the Pi challenge, it'd be MUCH easier if we could use the BCMath extension–Since it's bundled with PHP (it simply needs to be enabled at compile time [--enable-bcmath]) it's not entirely hard to set up.

I have a working version under BCMath, I just didn't realize it wasn't enabled on this server.
Posted by rollercoaster375 785 days ago:
Also worth mentioning is that Ruby provides this as a default extension, it's simply enabled in ruby.
Posted by rollercoaster375 785 days ago:
Also worth mentioning is that Ruby provides this as a default extension, it's simply enabled in ruby.

Add a reply