History log of /PHP-8.4/ext/bcmath/tests/bcdiv_by_one.phpt (Results 1 – 1 of 1)
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 ...