Java – Ultra-Optimized Sine Function

A couple weeks ago, I was bored and decided to try and make a sine function. I had recently learned about the Taylor Series approximations of sine. And if you don’t know, this is how it looks : Obviously, you can’t do an infinite sum on a computer, because...