The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (FreeBSD)
File Line Function
/showthread.php 795 errorHandler->error





Post Reply 
Chudnovsky algorithm
08-17-2021, 02:50 AM
Post: #1
Chudnovsky algorithm
PI_ (n):=((2.0*sqrt(2)/9801)*Σ((4*k)!*
(1103+26390*k)/((k!)^4*396^(4*k)),k,0,n))^(-1);

Why the evaluation at different values of n doesn't change the decimal values?

PI_ (1) [enter] 3.14159265359
PI_ (10) [enter] 3.14159265359
PI_ (34) [enter] 3.14159265359
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Chudnovsky algorithm - compsystems - 08-17-2021 02:50 AM



User(s) browsing this thread: 2 Guest(s)