Simplex-Calculator icon indicating copy to clipboard operation
Simplex-Calculator copied to clipboard

Library without bcmath

Open recursivetree opened this issue 2 years ago • 1 comments

This library is exactly what I'm looking for. Unfortunately, I can't use the bcmath extension in the environment I intend to use the plugin.

Is is possible to add support for running the library without bcmath?

recursivetree avatar Dec 15 '23 10:12 recursivetree

I've intentionally rewritten the core calculations to use bcmath since it's the easiest way to have precise calculations. If you'd like to rewrite the bcmath to string operations using plain PHP, please send a PR :-)

uestla avatar Jan 06 '24 18:01 uestla