cal
Evaluate mathematical expressions with support for basic operations and constants like PI and E using the expr-eval library.
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
| Name | Required | Description | Default |
|---|---|---|---|
| exp | Yes |