Kyle Pu

Results 9 issues of Kyle Pu

Fix index Closes #15

Welcome to our Mathematics repository! Please read over the [README file](https://github.com/Kyle-P/Mathematics/blob/master/README.md) and the [contributing file](https://github.com/Kyle-P/Mathematics/blob/master/CONTRIBUTING.md) to get a feel for how this repo operates. Every idea for a new program...

help wanted
good first issue

Please rename the [Gui folder](https://github.com/Kyle-P/Mathematics/tree/master/Gui) to GUI. This is just a preference. This can only be done with Git. Thanks!

help wanted
good first issue

The [prime factors program](https://github.com/Kyle-P/Mathematics/blob/master/Algebra/PrimeFactors.java) currently only displays which factors of a given number are prime. Develop a feature to give the actual prime factorization of the user-inputted number. For example,...

help wanted
good first issue

Please add an explanation to users for how the Intermediate Value Theorem is applied in order to compute the correct answer in the [IVT Calculator](https://github.com/Kyle-P/Mathematics/blob/master/Calculus/IntermediateValueTheorem.java). Remember that each program must...

documentation
Hacktoberfest

Please add an explanation to users for how the zeroes were computed based on the [quadratic formula program](https://github.com/Kyle-P/Mathematics/blob/master/Algebra/QuadraticFormula.java). Remember that each program must explain to users how answers are generated...

documentation
Hacktoberfest

Add new ideas for calculator program in our [ideas list](https://github.com/Kyle-P/Mathematics/blob/master/IDEAS.md)! Please be sure to format entries correctly and that each idea goes under the appropriate subject. This is an ongoing...

help wanted
good first issue

Create a FactorsExplanation.md file for the [factors of a number program](https://github.com/Kyle-P/Mathematics/blob/master/Algebra/Factors.java). Check other explanation files for an example of how to do this. Thank you! Math Level: Algebra

Hacktoberfest

The following lists the tasks needed to complete the GUI. Please take care of each task in its own pull request. Thanks! - [ ] Main menu to select which...

enhancement