dykyi-roman/math-parser

Math parser

Maintainers

Package info

github.com/dykyi-roman/math-parser

Homepage

pkg:composer/dykyi-roman/math-parser

Statistics

Installs: 23

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0 2017-07-17 09:08 UTC

This package is auto-updated.

Last update: 2026-03-01 00:23:35 UTC


README

Download image from remote host

Installation

Composer

The preferred way to install this extension is through Composer.

Either run

php composer.phar require dykyi-roman/math-parser "dev-master"

or add

"dykyi-roman/math-parser": "master"

to the require section of your composer.json

Usage

    $mp = new mathParser();
    $result = $mp->calc("1+2-(2*2)");

Author

Dykyi Roman, e-mail: mr.dukuy@gmail.com