-
Notifications
You must be signed in to change notification settings - Fork 2
Add real implementation #1
Copy link
Copy link
Open
Description
Current implementation uses doubles to calculate PI:
however, as you probably know double has precision of 15-17 decimal numbers (see wiki). So your code actually is not able to calculate more digits, and therefore it doesn't actually implement superpi algorithm.
I propose to implement it correctly.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels