List available functions
list_functionsList all available mathematical functions organized by category, including algebraic, trigonometric, and special. Use the details to choose which function to evaluate.
Instructions
List all mathematical functions available via the Ultimath API (https://ultimath.ai). Returns name, arity, category, and description for each function. Use this to discover what functions you can pass to the evaluate tool. Optionally filter by category (algebraic, trigonometric, hyperbolic, exponential, special, rounding, introspection). Every function is available on all 4 engines, but each computes it with its own native primitive — so results may diverge at poles, branch cuts, or ties, and that divergence is honest backend behavior, not a bug.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Filter by category, e.g. 'special', 'trigonometric'. Omit to list all. |