math_fibonacci_generator
Generate Fibonacci numbers up to F(50000), test number membership, list sequence in a range, and compute nth term using fast doubling.
Instructions
Menu ID: fibonacci_generator. Fibonacci Generator. Generate Fibonacci numbers up to F(50000), test whether a number is in the sequence, list every Fibonacci in a range, and compute the nth term with fast doubling. Use describe_tool with tool_id "fibonacci_generator" for full page guidance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | Yes | ||
| count | Yes |