0
Pls can anyone explain how to solve almighty formula using java -b +-âb^2-4ac/2a
2 Answers
+ 1
Please put "java" in the tag section.
Have you searched for "java square root" and "java exponentiation"?
+ 1
Use Math.sqrt() for â
and b*b or Math.pow(b,2) for b^2