https://github.com/merttalug/harmonicseries
The program that finds the harmonic series of the number requested as input from the users.
https://github.com/merttalug/harmonicseries
harmonic-series java kodluyoruz mathematics patika-dev
Last synced: 8 months ago
JSON representation
The program that finds the harmonic series of the number requested as input from the users.
- Host: GitHub
- URL: https://github.com/merttalug/harmonicseries
- Owner: merttalug
- License: mit
- Created: 2022-03-11T15:29:48.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-11T15:34:11.000Z (about 4 years ago)
- Last Synced: 2025-04-09T02:26:41.850Z (about 1 year ago)
- Topics: harmonic-series, java, kodluyoruz, mathematics, patika-dev
- Language: Java
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HarmonicSeries
The program that finds the harmonic series of the number requested as input from the users.
The harmonic series is the sum from n = 1 to infinity with terms 1/n. If you write out the first few terms, the series unfolds as follows: 1 + 1/2 + 1/3 + 1/4 + 1/5 +. . .etc.
As n tends to infinity, 1/n tends to 0.
