scientific_calculation
Perform scientific calculations including powers, roots, trigonometry, logarithms, and factorials. Specify operation and value to get accurate results.
Instructions
Perform scientific mathematical calculations.
Args: operation: 'power', 'sqrt', 'cbrt', 'factorial', 'sin', 'cos', 'tan', 'log', 'ln' value: Primary number input (for trig functions, value is in degrees if secondary_value is 1, else radians) secondary_value: Exponent for power, base for log, or 1 to indicate degree mode for trig functions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| operation | Yes | ||
| secondary_value | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |