compute_golden_ratio_fibonacci
Calculate the golden ratio (φ) by approximating the limit of consecutive Fibonacci numbers. Input the number of terms to compute the ratio F(n+1)/F(n).
Instructions
Compute golden ratio using Fibonacci sequence: φ = lim(n→∞) F(n+1)/F(n) (Domain: arithmetic, Category: mathematical_constants)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| terms | Yes |