Kyle-Pu / Mathematics

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

fixed the trig function issues #53

Closed Fibii closed 6 years ago

Kyle-Pu commented 6 years ago

Hi @Charaf-B! Usually, when we have an issue, the goal is to fix the portion of the code the issue describes. For example, in issue #50, the problem described was for the sineh, cosh, tanh, arcsine, arccosine, and arctan functions.

Because the sine, cosine, and tangent functions worked correctly, you wouldn't need to delete or edit those parts. Instead, you would edit the portions that were described to be incorrect. You could even delete those portions and create brand new code for yourself if you feel that would be easier.

The new code looks great!

Feel free to ask any other questions. Thank you so much! Will merge your work now.