krowinski/bcmath-extended

Idea: this project should add the existed bc methods

shtse8 opened this issue · 2 comments

I like this project very much and it adds lots of missing methods from BC.
but the built-in bc is procedural style. and this project is using static OOP.
we still need to use bcadd/bcsub/bcmul/... in procedural style, while for max/min/avg we can use static OOP style. So I would like to suggest adding add/sub/mul/,,, those existing methods in this project. and let this project be more powerful.

Not a bad idea will add in feature.

done #9