dionkeldei / dmath
Creates, store and calculate math operations stored in Json format string
v1.4
2020-06-19 21:16 UTC
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-06 03:18:57 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