Quadratic Zeroes And Vertex Finder
Author |
Message |
TRUEAnonymous
|
Posted: Sun Apr 29, 2012 7:32 pm Post subject: Quadratic Zeroes And Vertex Finder |
|
|
Hi guys,
This is a simple program i made for finding the vertex and zeroes for two forms of quadratic equations: Standard form and Vertex form.
This is my first submission so there might be some errors to it, but i hve been testing out this program for few months. So check it out and leave comments.
Description: |
|
Download |
Filename: |
Quadratic equation solver.t |
Filesize: |
3.01 KB |
Downloaded: |
677 Time(s) |
|
|
|
|
|
|
Sponsor Sponsor
|
|
|
UltimateNoob
|
Posted: Mon Apr 30, 2012 6:41 pm Post subject: RE:Quadratic Zeroes And Vertex Finder |
|
|
Hey,
Thanks for the awesome program, it really helped me in my math work, i really liked how the answers popped up so fast. BTW i didn't find any mistakes in ur prgramming, every answer that came up for me was correct. The only problem was the coding, it is confusing to read. But overall this program is awesome! Thanks again!
|
|
|
|
|
|
TRUEAnonymous
|
Posted: Tue May 01, 2012 3:41 pm Post subject: To UltimateNoob |
|
|
Thanks for the positive feedback on my program!I will improve my code writing when i write another program....
|
|
|
|
|
|
Raknarg
|
Posted: Tue May 01, 2012 8:04 pm Post subject: RE:Quadratic Zeroes And Vertex Finder |
|
|
Just a one formatting issue:
You need more descriptive variables. Sometimes you can just use things like x, or vy, but when you have too many, it's confusing. It would take some time to understand.
|
|
|
|
|
|
TRUEAnonymous
|
Posted: Tue May 08, 2012 4:42 pm Post subject: Re: Quadratic Zeroes And Vertex Finder |
|
|
I understand what u mean, i did get confused during making this program. I will fix it all when i write a new one
|
|
|
|
|
|
Raknarg
|
Posted: Tue May 08, 2012 6:20 pm Post subject: RE:Quadratic Zeroes And Vertex Finder |
|
|
Good. See, I think it's a good idea to have a long name, it makes more sense that way. It should seem like you're writing an instruction manual, not gibberish.
|
|
|
|
|
|
|
|