Demo to preview the settings
Introduction
This plugin allows users to evaluate mathematical expressions locally, eliminating the need for external API calls. Ideal for handling large calculations efficiently and securely within the user's environment.
How to setup
Place the plugin’s element “Math.js” on the page, fill its field and all done you can use it.
Plugin element “Math.js”
Field
Title | Description | Type |
Expression | Expression to evaluate. See http://mathjs.org/docs/expressions/index.html
The expression for the Math.js library refers to a mathematical formula or equation that can be evaluated using Math.js functions and syntax, enabling complex mathematical computations in JavaScript applications. | Text |
Returned Values
Title | Description | Type |
Result (Number) | Expression result as a number | Number |
Result (Text) | Expression result as a text | Text |
Error string | If an error occurs during evaluation in that value is stored the error message. | Text |
Event
Title | Description |
error occurred | Triggered if an error occurs during evaluation |