gigac/happymath

Do math operation in spreadsheets formula style

v1.0.2 2018-09-17 07:37 UTC

This package is auto-updated.

Last update: 2024-09-17 21:08:34 UTC


README

Latest Version on Packagist Software License Total Downloads

Calculate expressions formula style like spreadsheets

Install

Via Composer

$ composer require gigac/happymath

Usage

$expression = 'AVG(5,3,SUM(1,2,MAX(1,2),3,12))';
$result = new Gigac\HappyMath\HappyMath($expression);

Testing

$ ./vendor/bin/phpunit

ToDo

  • Fix subtraction
  • Refactor structure
  • Finish tests
  • Check valid expression
  • ...

Credits

License

The MIT License (MIT). Please see License File for more information.