dionkeldei/dmath

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

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

This package is not auto-updated.

Last update: 2024-06-01 16:54:12 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