|
|
|
|
|
by jacobolus
1361 days ago
|
|
You can if you want make a polynomial in turns. The CPU isn’t going to care one way or the other. Implementations which are accurate in terms of turns even for values close to half a turn can be useful for avoiding numerical issues that sometimes pop up because π is not exactly expressible as a floating point number. These functions usually names like sinpi, cospi, etc. It would be nice if they were provided more often in standard libraries. |
|