advanced_calculate
Perform complex mathematical calculations including factorials, logarithms, combinations, and permutations. Input specific parameters like operation type, numbers, and base for precise results.
Instructions
Perform advanced mathematical operations (factorial, log, combinations, permutations)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
base | No | Base for logarithm (default: e) | |
k | No | Secondary input for combinations/permutations | |
n | Yes | Primary input | |
operation | Yes |