master
Added scale to bc_compare argument (#14802)
ext/bcmath: Improving `bcpow()` performance (#18099)
ext/bcmath: use vector in compare (#18859)
Refactor BCMath bundledlib and extension (#10774)
use XSSE for bcmath (#18770)
ext/bcmath: Extracted common logic into function and macro (#18103)
ext/bcmath: Use `const` qualifiers appropriately (#18284)
ext/bcmath: If the result is `0`, `n_scale` is set to `0`. (#18056)
Fixed the sign to be PLUS if the result is 0 (#15599)
follow up for #17615
BCmath extension code reformatting (#11896)
[RFC] Support object types in BCMath (#13741)
Simplify conversion in BCMath (#14157)
Fix GH-20006: Power of 0 of BcMath number causes UB