Description
Legacy PHP 8.1 applications can perform arbitrary-precision decimal math. This runtime extension is used by finance tools, billing code, calculators, and scientific scripts that cannot rely on normal floating-point rounding. It is dependency-only and has no separate launcher; PHP code uses BCMath functions when enabled. Inputs and rounding rules should be reviewed carefully where money, quotas, or limits are involved.