Kyle-Pu / Mathematics

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

Intercepts of a line calculation for 4 forms of the equation of a line. #49

Closed bkshep closed 6 years ago

bkshep commented 6 years ago

See Issue #34

Program to calculate the intercepts of a vertical line, a horizontal line, a line in slope-intercept form, or a line in point-slope form.

Kyle-Pu commented 6 years ago

Hi @bkshep. Great work! Thanks so much for all the contributions. Just one tiny thing before merging commented above.

Thank you!

bkshep commented 6 years ago

Hi @Kyle-P. Thank you for catching this typo! I have fixed it.

Thanks!

Kyle-Pu commented 6 years ago

Hi @bkshep! Thanks so much for your contributions! Will merge your work now.