Tagged Questions
3
votes
3answers
586 views
How to ceil, floor and round bcmath numbers?
I need to mimic the exact functionality of the ceil(), floor() and round() functions on bcmath numbers, I've already found a very similar question but unfortunately the answer provided isn't good ...