remove note to convert to sin_cos_tau instead sin_cos_pi master
authorJacob Lifshay <programmerjake@gmail.com>
Sat, 19 Jun 2021 00:09:56 +0000 (17:09 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Sat, 19 Jun 2021 00:09:56 +0000 (17:09 -0700)
commit684e8be4fa4b7cf3de3e841a68ad53c2b057221b
treed64d736e2aad502db561e18b7834d9b25293fc93
parenta43a29ccd5824b9b6dcb45baa3ccb3f8c5ea72e1
remove note to convert to sin_cos_tau instead sin_cos_pi

In the process of converting the code, I discovered that
it would not remove any operations from sin_cos and that sin_cos_pi
would require an additional multiplication to implement, since what
the software implementation would really need instead of sin_cos_tau
would be for the input to be expressed as a integer number of right-
angles (how many multiples of 90 degrees is the input angle).
src/algorithms/trig_pi.rs