Divooka.Calculator
Divooka.Calculator.Calculator
A simple calculator utility.
Divooka.Calculator.Calculator.Calculate()
Simple math parsed string to number.
For available functions: PENDING DOCUMENTATION.
Remarks
Pending refining and standardizing.
Available functions: https://github.com/codingseb/ExpressionEvaluator/wiki/Variables-and-functions#standard-functions
Parameters
| Name | Description | Default |
|---|---|---|
expression |
A simple math expression. |
Divooka.Calculator.Calculator.Calculate()
Same as Calculator but with a max of 9 variable number of inputs; Auto-replace with $0-$9 as variable names
Available functions: PENDING DOCUMENTATION.
Remarks
Pending refining and standardizing.
Available functions: https://github.com/codingseb/ExpressionEvaluator/wiki/Variables-and-functions#standard-functions
Parameters
| Name | Description | Default |
|---|---|---|
expression |
A simple math expression. | |
variables |
An array of substitutable variable values. Denoted using $0-$9. |