Calculator
- Bundle ID: calculator
Evaluate mathematical expressions in Python format and get the result
Requisites
This bundle does not require any credentials.
Plugins
Evaluate
Evaluate mathematical expressions in Python format and get the result
- Plugin ID: calculator/evaluate
Inputs
- expression: The mathematical expression in Python format to be evaluated.
Example1: input: 5**2+7-4, output: 28.0.
Example2: Input: 5a + 4a, output: 9.0*a.
Example3: input: 5**2*(8-4), output: 100.0.
Outputs
- result: The result of the evaluated expression