Fix accidentally removed comas.

This commit is contained in:
Jürg Lehni 2011-07-05 01:16:20 +02:00
parent 6cc7417201
commit f6f4c917f4

View file

@ -177,8 +177,8 @@ var Numerical = new function() {
v1 = -2 * sqrt(Q);
v2 = b / 3;
return [
v1 * cos(theta / 3) - v2
v1 * cos((theta + 2 * PI) / 3) - v2
v1 * cos(theta / 3) - v2,
v1 * cos((theta + 2 * PI) / 3) - v2,
v1 * cos((theta - 2 * PI) / 3) - v2
];
} else { // One real root