04-24-2008, 02:06 AM
I'm trying to dust off my head and have a go, I know its about parsing correcting but am confused by your original example:
r1 = (-b + (SQR(b(x) ^ 2 - (4 * a * c)))) / (2 * a)
Is b and b(x) an integer and an arrary respectively or am I miss reading, I've been out of maths and coding for too long
r1 = (-b + (SQR(b(x) ^ 2 - (4 * a * c)))) / (2 * a)
Is b and b(x) an integer and an arrary respectively or am I miss reading, I've been out of maths and coding for too long
