PATH:
home
/
lab2454c
/
costbloc.com
/
vendor
/
maba
/
math
{ "name": "maba/math", "description": "PHP library for arbitrary precision mathematics", "keywords": ["math", "bcmath", "mathematics"], "license": "MIT", "authors": [ { "name": "Marius Balčytis", "email": "marius.balcytis@gmail.com" } ], "require": { "php": ">=5.3.2" }, "require-dev": { "phpunit/phpunit": "~4.0", "ext-bcmath": "*" }, "suggest": { "ext-bcmath": "*" }, "autoload": { "psr-4": { "Maba\\Component\\Math\\": "" } }, "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } } }
[-] composer.json
[edit]
[-] MathInterface.php
[edit]
[-] NumberValidatorInterface.php
[edit]
[-] NumberValidator.php
[edit]
[+]
..
[+]
Exception
[+]
Tests
[-] phpunit.xml.dist
[edit]
[-] .gitignore
[edit]
[-] NumberFormatterInterface.php
[edit]
[-] NumberFormatter.php
[edit]
[-] BasicMathInterface.php
[edit]
[-] BcMath.php
[edit]
[-] .travis.yml
[edit]
[-] Math.php
[edit]
[-] README.md
[edit]
[-] LICENSE
[edit]