Series of math codes
- Currently, it can only do the following: logs, quadratic formula, integer factorization, addition, subtraction, multiplication, division, exponents, square roots, and factorials.
- Quadratic formula calculator, can process imaginary number solutions
- Enter a,b,c, will generate detected equation and solutions
- Number factorizer, can prime factorize any rational number
- Synthetic division calculator, can divide a polynomial by a binomial
- generates numbers properly, but does not format properly
- Rational remainder theorem calculator, can find out the possible factors of a polynomial
- Log calculator, can calculate logs
- Trig calculator, can calculate sin, cos, tan, csc, sec, and cot trignometric ratios
- Is not generating accurate values right now (I have opened an issue)
- Basic graphing calculator, can process only constant and linear functions, generates table of values and graph in shell using text output
- More advanced graphing calculator, can process constant, linear, quadratic, cubic, and quintic functions, generates table of values and graph in graphics using multiple colors