Actualización

This commit is contained in:
Xes
2025-04-10 12:24:57 +02:00
parent 8969cc929d
commit 45420b6f0d
39760 changed files with 4303286 additions and 0 deletions

17
vendor/yuloh/bccomp-polyfill/README.md vendored Normal file
View File

@@ -0,0 +1,17 @@
# BCComp Polyfill
A polyfill for the `bcmath` function, `bccomp`.
## Why?
I maintain a library that only uses `bccomp`, and doesn't use the rest of `bcmath`. I wanted to be able to work on it on machines that weren't compiled with `bcmath` support, so I wrote this polyfill.
## Install
```bash
composer require yuloh/bccomp-polyfill
```
## Usage
If the function `bccomp` does not exist in the global namespace, this library will declare it's own `bccomp` function.