Fix comment.

This commit is contained in:
Jürg Lehni 2011-07-05 01:17:37 +02:00
parent f6f4c917f4
commit 2a9066c555

View file

@ -151,8 +151,6 @@ var Numerical = new function() {
* (zero crossings) and and returns the solutions in an array.
*
* a*x^3 + b*x^2 + c*x + d = 0
*
*
*/
solveCubic: function(a, b, c, d, tolerance) {
// After Numerical Recipes in C, 2nd edition, Press et al.,