https://github.com/ransomware3301/fibonacci_generator
C program that generates up to the 92nd Fibonacci number
https://github.com/ransomware3301/fibonacci_generator
c fibonacci-sequence mathematics
Last synced: 3 months ago
JSON representation
C program that generates up to the 92nd Fibonacci number
- Host: GitHub
- URL: https://github.com/ransomware3301/fibonacci_generator
- Owner: Ransomware3301
- License: mit
- Created: 2023-11-02T00:00:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-28T20:57:22.000Z (over 1 year ago)
- Last Synced: 2025-02-15T20:16:59.032Z (4 months ago)
- Topics: c, fibonacci-sequence, mathematics
- Language: C
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fibonacci_generator
C program that generates up to the 92nd Fibonacci number using long integers, thus integer overflow doesn't occur until the 93rd Fibonacci number