Calculate Sine, Cosine, and Tangent using Python.
Code on GitHub: https://github.com/groundhogday321/python-sine-cosine-tangent
mnemonic - SOH CAH TOA
SOH (sine = opposite/hypotenuse)
CAH (cosine = adjacent/hypotenuse)
TOA (tangent = opposite/adjacent)