cal
Evaluate mathematical expressions using JavaScript's expr-eval library with constants like E and PI. Input an expression to calculate results.
Instructions
Use the expr-eval library to evaluate the input mathematical expression and return the result.
Constant Description E The value of Math.E from your JavaScript runtime PI The value of Math.PI from your JavaScript runtime true Logical true value false Logical false value
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exp | Yes |