-
Notifications
You must be signed in to change notification settings - Fork 93
Closed
Description
Lines
Line 198 in 4565d4b
int q = (int)(2 + 3.0 * J2); // not sure why so large? cannot exceed MAX_NQUAD |
and
Line 258 in 4565d4b
int q = (int)(2 + 2.0 * J2); // > pi/2 ratio. cannot exceed MAX_NQUAD |
read slightly differently, but I don't really understand why they should be different at all. The first version agrees with the FINUFFT paper (see the line below eq 3.10), but the reduced accuracy caused by the second version doesn't seem to cause any test failures either ... strange.
Given the comment in the source, I'm apparently not the first one wondering about this.
Metadata
Metadata
Assignees
Labels
No labels