Kyle-Pu / Mathematics

Various math formulas coded in Java to help students all across the world!
MIT License
40 stars 59 forks source link

inverse.java: inverse trigonometry functions. #56

Closed mayokunadeniyi closed 6 years ago

mayokunadeniyi commented 6 years ago

This adds inverse trigonometry functions i.e sec, cosec and cot.

Closes part of https://github.com/Kyle-P/Mathematics/blob/master/IDEAS.md

Kyle-Pu commented 6 years ago

This looks good @mayokunthefirst. Thanks!

Just a side note. When displaying options to a user, always be sure to display the full name (i.e. "secant" instead of just "sec").

Thank you!