History log of /PHP-8.4/ext/bcmath/tests/bcdiv_by_pow_10.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# e8fe7e4f 30-Aug-2024 Saki Takamachi <34942839+SakiTakamachi@users.noreply.github.com>

ext/bcmath: Fixed `bcdiv()` div by one (#15629)

Fixed the incorrect scale that should be used when dividing by 1, that is,
comparing the divisor and 1 to confirm equality.

Addit

ext/bcmath: Fixed `bcdiv()` div by one (#15629)

Fixed the incorrect scale that should be used when dividing by 1, that is,
comparing the divisor and 1 to confirm equality.

Additionally, have increased the number of test cases for bcdiv_by_pow_10.phpt.

show more ...


# 3c9ab6eb 17-Jul-2024 Saki Takamachi

ext/bcmath: Moved macros and added a test