Skip to content

C++ program to approximate exp(x) with a taylor series. Using the GNU Multiple Precision Arithmetic Library the result is more accurate than using <cmath>.

Notifications You must be signed in to change notification settings

b-zijlstra/Taylor_Series_GMP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

C++ program to approximate exp(x) with a taylor series. Using the GNU Multiple Precision Arithmetic Library the result is more accurate than using .

About

C++ program to approximate exp(x) with a taylor series. Using the GNU Multiple Precision Arithmetic Library the result is more accurate than using <cmath>.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages