Skip to content

threadprogrammer/Math-Series-implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Math-Series-implementation

A program implementing some math series with C++

This program implements 3 math series including:

1.Taylor Series Expansion (Max iteration for this series is about 20; Because of the fac() function)

2.1 + x + x^2 + x^3 + ...

3.ArcTang Serie Calculation

Including a O(N), N = infinity factorial function!

About

A program implementing some math series with C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages