ucsb-cs56-projects / cs56-utilities-calculator

-
1 stars 10 forks source link

Trigonometry! #48

Open xavierholt opened 6 years ago

xavierholt commented 6 years ago

Implement the common trigonometric functions and their inverses:

Note that with the exception of atan2, these all take only a single argument. This may or may not be easy in the current design... If you're going to try https://github.com/UCSB-CS56-Projects/cs56-utilities-calculator/issues/46, you might want to do that first.

100 XP

scottpchow23 commented 6 years ago

F17 OK (100 pts)

scottpchow23 commented 6 years ago

100 xp

W18 OK