krowinski/bcmath-extended
Extends php BCMath lib for missing functions like floor, ceil, round, abs, min, max, rand for big numbers. Also wraps existing BCMath functions.
PHPMIT
Issues
- 7
Performance
#45 opened by TheLevti - 1
using hexdec on PHP 7.4 logs: "PHP Deprecated: Invalid characters passed for attempted conversion"
#42 opened by arvilmena - 1
roundHalfEven working incorrectly?
#41 opened by linas-b - 4
- 5
- 6
- 6
Looks like roundUp doesn't work as expected
#24 opened by MrNomNom - 2
Consistent type hints
#30 opened by TheLevti - 2
Consider dropping support for php5 and php7.0
#31 opened by TheLevti - 4
bcmod 7.2 issue
#20 opened by krowinski - 1
Add operator method features
#27 opened by peter279k - 2
BC::pow only supports integer exponents
#22 opened by TheLevti - 2
Make getDecimalsLengthFromNumber() public
#21 opened by mbezhanov - 1
Scientific notation regex
#18 opened by TheLevti - 2
Adding Support for sci-float
#12 opened by shtse8 - 0
Scale not applied
#15 opened by Sander-Toonen - 2
- 2
Support array param for BC:max and BC:min
#3 opened by shtse8 - 2
Request for RoundDown/RoundUp with precision
#1 opened by shtse8 - 0
BC return should always be string
#5 opened by shtse8