mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-06 04:42:15 -05:00
Fix comment.
This commit is contained in:
parent
f6f4c917f4
commit
2a9066c555
1 changed files with 0 additions and 2 deletions
|
@ -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.,
|
||||
|
|
Loading…
Reference in a new issue