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 rounding error and Added Pyramid Volume (Closes Issue #73) #74

Closed joshuajenkins109 closed 5 years ago

joshuajenkins109 commented 5 years ago

Fixed rounding error in volume class caused by dividing an int by an int

Added Pyramid Volume Calculator

Kyle-Pu commented 5 years ago

Thanks so much for catching and fixing this!