Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-03-11T15:34:11.000Z (over 2 years ago)
- Last Synced: 2023-07-14T14:12:19.345Z (over 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.
![img](https://qph.fs.quoracdn.net/main-qimg-81e58d3ffd3a19c9e5939f7230f879b6)