Royalrex25
Explore posts from serversJCHJava Community | Help. Code. Learn.
•Created by Royalrex25 on 11/7/2024 in #java-help
Parabola elements calculator
cool, thanks for all the help with this
274 replies
JCHJava Community | Help. Code. Learn.
•Created by Royalrex25 on 11/7/2024 in #java-help
Parabola elements calculator
are these the right ones?
double rootCalculation1 = (-B + Math.sqrt(B * B - 4 * A * C)) / (2 * A);
double rootCalculation2 = (-B - Math.sqrt(B * B - 4 + A * C)) / (2 * A);
274 replies
JCHJava Community | Help. Code. Learn.
•Created by Royalrex25 on 11/7/2024 in #java-help
Parabola elements calculator
thanks for all the help dude, its been a few months since i've done anything with parabola's
274 replies
JCHJava Community | Help. Code. Learn.
•Created by Royalrex25 on 11/7/2024 in #java-help
Parabola elements calculator
oh, wait a minute, now I remember
274 replies
JCHJava Community | Help. Code. Learn.
•Created by Royalrex25 on 11/7/2024 in #java-help
Parabola elements calculator
wait, you mean one with -4ac and one with +4ac right?
274 replies
JCHJava Community | Help. Code. Learn.
•Created by Royalrex25 on 11/7/2024 in #java-help
Parabola elements calculator
ohh, thats what that meant
274 replies
JCHJava Community | Help. Code. Learn.
•Created by Royalrex25 on 11/7/2024 in #java-help
Parabola elements calculator
and would I need to use two different formulas?
274 replies
JCHJava Community | Help. Code. Learn.
•Created by Royalrex25 on 11/7/2024 in #java-help
Parabola elements calculator
idk lol, im terrible with java
274 replies
JCHJava Community | Help. Code. Learn.
•Created by Royalrex25 on 11/7/2024 in #java-help
Parabola elements calculator
how?
274 replies
JCHJava Community | Help. Code. Learn.
•Created by Royalrex25 on 11/7/2024 in #java-help
Parabola elements calculator
and the original formula for the roots gives me "")" or ";" expected", "";" expected", and "not a statement"
274 replies
JCHJava Community | Help. Code. Learn.
•Created by Royalrex25 on 11/7/2024 in #java-help
Parabola elements calculator
would needing to print both roots count?
274 replies
JCHJava Community | Help. Code. Learn.
•Created by Royalrex25 on 11/7/2024 in #java-help
Parabola elements calculator
anything specific I need to do to show them?
274 replies
JCHJava Community | Help. Code. Learn.
•Created by Royalrex25 on 11/7/2024 in #java-help
Parabola elements calculator
and this would allow me to display the roots?
274 replies
JCHJava Community | Help. Code. Learn.
•Created by Royalrex25 on 11/7/2024 in #java-help
Parabola elements calculator
cuz I need to display the roots after their calculated
274 replies
JCHJava Community | Help. Code. Learn.
•Created by Royalrex25 on 11/7/2024 in #java-help
Parabola elements calculator
idk how well it would work in java but if I could get it working, that would be great
274 replies
JCHJava Community | Help. Code. Learn.
•Created by Royalrex25 on 11/7/2024 in #java-help
Parabola elements calculator
cuz I found a formula D=B^2-4AC
274 replies
JCHJava Community | Help. Code. Learn.
•Created by Royalrex25 on 11/7/2024 in #java-help
Parabola elements calculator
yeah, how would I use the data given to find it in java?
274 replies
JCHJava Community | Help. Code. Learn.
•Created by Royalrex25 on 11/7/2024 in #java-help
Parabola elements calculator
and the X and Y values for the vertex if needed
274 replies
JCHJava Community | Help. Code. Learn.
•Created by Royalrex25 on 11/7/2024 in #java-help
Parabola elements calculator
I just need a working way of getting the roots from A B and C
274 replies
JCHJava Community | Help. Code. Learn.
•Created by Royalrex25 on 11/7/2024 in #java-help
Parabola elements calculator
yeah, cuz I don't fully remember what r and s co-respond to
274 replies