Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,14 @@
|
|||
: epsilon 1.0e-12 ;
|
||||
|
||||
with: n
|
||||
|
||||
: iter \ n1 n2 -- n1 n2
|
||||
2dup * sqrt >r + 2 / r> ;
|
||||
|
||||
: agn \ n1 n2 -- n
|
||||
repeat iter 2dup epsilon ~= not while! drop ;
|
||||
|
||||
"agn(1, 1/sqrt(2)) = " . 1 1 2 sqrt / agn "%.10f" s:strfmt . cr
|
||||
|
||||
;with
|
||||
bye
|
||||
Loading…
Add table
Add a link
Reference in a new issue