PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Jon Lawrence   Equation Operating System   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Equation Operating System
Solve equations with multiple variables
Author: By
Last change: Merge branch 'master' of https://github.com/jlawrence11/eos
Merge pull request #9 from elliotwms/master

Commenting consistency
Date: 8 years ago
Size: 541 bytes
 

Contents

Class file image Download
{ "name": "jlawrence/eos", "description": "Parse and solve math equations without using 'eval()'.", "license": "LGPL-2.1+", "keywords": ["EOS","equations","math","solve"], "authors": [ { "name": "Jon Lawrence", "email": "jon@jon-lawrence.com" } ], "require": {}, "require-dev": { "phpunit/phpunit": "4.*", "codeclimate/php-test-reporter": "dev-master" }, "autoload": { "psr-4": { "jlawrence\\eos\\": "src/" } } }