dionkeldei/dmath

Creates, store and calculate math operations stored in Json format string

Maintainers

Package info

github.com/dionkeldei/mathCreator

pkg:composer/dionkeldei/dmath

Statistics

Installs: 14

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.4 2020-06-19 21:16 UTC

This package is not auto-updated.

Last update: 2026-03-08 00:52:51 UTC


README

User can create math operations that can be stored in database as a JSON

index.php has a javascript(VUEjs) that create the JSON in real time while user write the operation

process.php read the JSON and do the math operation (its made by dMath Class)

Example:

Try something like:

Operation: 2+x

Value of "x": 2

The Output will be 4