Skip to content

Commit

Permalink
Fix outputs in README
Browse files Browse the repository at this point in the history
  • Loading branch information
wellington36 committed Nov 14, 2023
1 parent df877e3 commit 41a9963
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ print(f"With acceleration: {accelerated[-1]}, with {n1} iterations")
Out:
```
True value: 1.6449340668482264
Without acceleration: 1.6449330668607708753650232828, with 1000012 iterations
With acceleration: 1.6449340611256049164589309217, with 22896 iterations
Without acceleration: 1.6449330668487264267523920296, with 1000000 iterations
With acceleration: 1.6449340611255960068665838135, with 22896 iterations
```

### acelsum
Expand Down

0 comments on commit 41a9963

Please sign in to comment.