Kyle-Pu / Mathematics

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

New Ideas #17

Open Kyle-Pu opened 6 years ago

Kyle-Pu commented 6 years ago

Add new ideas for calculator program in our ideas list! Please be sure to format entries correctly and that each idea goes under the appropriate subject.

This is an ongoing effort, so this issue will always stay open.

ronfife commented 6 years ago

Simple Pythagorean calculator: pythagoreancalculator.zip

hellraiserinchief commented 4 years ago

I wanted to add a couple of function 1) Newton Raphson method for finding roots under( Calculus? or Algebra? ), and 2) finding eccentricity of an ellipse ( Geometry ). Should the addition of these to the 'Ideas' file be a separate PR request, followed by the addition of the code, which in itself would be another PR request? I read the contributing doc, but could not find a very clear answer to this. I know both changes have to be made, but confused about the status of the PRs.

Kyle-Pu commented 4 years ago

Hi @hellraiserinchief! Thanks for contributing here. I haven't updated that doc in a while since this repo lost a lot of activity for a bit of time, but thanks for pointing that out. It'd be fine to submit separate PR's.