fibonacci
Calculate the nth Fibonacci number by providing a non-negative integer n.
Instructions
Compute the nth Fibonacci number.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | Yes | Non-negative integer. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |