sympy_fibonacci
Calculate the nth Fibonacci number for a non-negative integer n. Uses symbolic computation to return exact integer results.
Instructions
Fibonacci number.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | Yes | Non-negative integer |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |