Skip to content

The program that finds the harmonic series of the number requested as input from the users.

License

Notifications You must be signed in to change notification settings

merttalug/HarmonicSeries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The program that finds the harmonic series of the number requested as input from the users.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages