1
0
mirror of https://github.com/danog/math.git synced 2025-01-22 21:51:22 +01:00
math/README.md
Benjamin Morel 2d3369bba2 Added README
2014-08-31 14:17:36 +02:00

585 B

Brick\Math

Provides the BigInteger and BigDecimal classes to work with arbitrary precision numbers.

This component uses the GMP and BCMath extensions for fast computation when they are available, but can also fall back to a native PHP implementation, guaranteeing that it will work on any PHP installation. All of this is totally transparent to the developer, as the component auto-detects the fastest implementation available at runtime.

BigInteger and BigDecimal are serializable.