Advanced Calculate
advanced_calculatePerform advanced mathematical operations including factorial, logarithm, combinations, and permutations calculations for mathematical analysis and problem-solving.
Instructions
Perform advanced mathematical operations (factorial, log, combinations, permutations)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | Yes | ||
| n | Yes | Primary input | |
| k | No | Secondary input for combinations/permutations | |
| base | No | Base for logarithm (default: e) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| expression | Yes | ||
| calculationId | Yes |