Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 380 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 380 Bytes

Nth Fibonacci Term Calculator

About

A tiny Python script that outputs the (approximate) nth Fibonacci term (where the first & second terms are 1 and 1 respectively) using Binet's Fibonacci Formula in constant time.

Usage

To compute the nth term:

~$  python nth_fibonacci_calculator.py n