Browse Source

Add Brick\Math

pull/861/head
Benjamin Morel 7 years ago
parent
commit
487793bb9c
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

622
 ### Numbers
622
 ### Numbers
623
 *Libraries for working with numbers.*
623
 *Libraries for working with numbers.*
624
 
624
 
625
+* [Brick\Math](https://github.com/brick/math) - A library providing large number support: `BigInteger`, `BigDecimal` and `BigRational`.
625
 * [ByteUnits](https://github.com/gabrielelana/byte-units) - A library to parse, format and convert byte units in binary and metric systems.
626
 * [ByteUnits](https://github.com/gabrielelana/byte-units) - A library to parse, format and convert byte units in binary and metric systems.
626
 * [LibPhoneNumber for PHP](https://github.com/giggsey/libphonenumber-for-php) - A PHP implementation of Google's phone number handling library.
627
 * [LibPhoneNumber for PHP](https://github.com/giggsey/libphonenumber-for-php) - A PHP implementation of Google's phone number handling library.
627
 * [PHP Conversion](https://github.com/Crisu83/php-conversion) - Another library for converting between units of measure.
628
 * [PHP Conversion](https://github.com/Crisu83/php-conversion) - Another library for converting between units of measure.

Loading…
Cancel
Save