From 2a9066c5556f9625d79dbe68d975106629274238 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Tue, 5 Jul 2011 01:17:37 +0200 Subject: [PATCH] Fix comment. --- src/util/Numerical.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/util/Numerical.js b/src/util/Numerical.js index f1d62053..3f3a85bd 100644 --- a/src/util/Numerical.js +++ b/src/util/Numerical.js @@ -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.,