-
Notifications
You must be signed in to change notification settings - Fork 2
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.
Metadata
Metadata
Assignees
Labels
No labels