I am creating a computer library for arbitrary-precision calculations, by expressing numbers as rationals (with an arbitrary-precision numerator and denominator).
Now, I am exploring the possibility to add trigonometric functions to this library. I know from college that certain values like $\sin(\frac{1}{2}) = \frac{\pi}{2} $ and $\sin( $ are defined and easy to remember.
Is there a way to find rational solutions of $\sin(\alpha)$ for all possible angles $\alpha$ ?