Thread
:
Quadratic Formula
View Single Post
#
4
01-19-2011, 03:44 AM
salesman
Finger lickin' good.
Join Date: Nov 2008
Location: Colorado
Posts: 1,865
Quote:
Originally Posted by
dabblercody
If anyone can figure out why this formula won't work on Graal.
http://en.wikipedia.org/wiki/Quadrat...dratic_formula
I'd just go through and separate everything with parenthesis and see if that works:
PHP Code:
temp
.
x1
= (-
temp
.
b
+ ((
temp
.
b
^
2
) - (
4
*
temp
.
a
*
temp
.
c
)) ^
.5
) / (
2
*
temp
.
a
)
__________________
salesman
View Public Profile
View GraalOnline Profile
Find all posts by salesman