cal
Evaluate mathematical expressions with support for basic operations and constants like PI and E using the MCP server's calculation tool. Input expressions to compute results efficiently.
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 |