You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.
Here is an implementation of the most basic trigonometric function, sines and cosines, using the Taylor series for both. The difficulty was to make it work for arbitrary values (expecially large ones) ...