From 487793bb9cb3586bfc1906c869cb7e912f2db4c9 Mon Sep 17 00:00:00 2001 From: Benjamin Morel Date: Thu, 8 Nov 2018 11:19:50 +0100 Subject: [PATCH] Add Brick\Math --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9afdd65..8179780 100644 --- a/README.md +++ b/README.md @@ -622,6 +622,7 @@ Libraries to help manage database schemas and migrations. ### Numbers *Libraries for working with numbers.* +* [Brick\Math](https://github.com/brick/math) - A library providing large number support: `BigInteger`, `BigDecimal` and `BigRational`. * [ByteUnits](https://github.com/gabrielelana/byte-units) - A library to parse, format and convert byte units in binary and metric systems. * [LibPhoneNumber for PHP](https://github.com/giggsey/libphonenumber-for-php) - A PHP implementation of Google's phone number handling library. * [PHP Conversion](https://github.com/Crisu83/php-conversion) - Another library for converting between units of measure.