OSDN Git Service

Remove a Math.qubicsecant
authordhrname <dhrname@users.sourceforge.jp>
Thu, 2 Apr 2015 12:24:29 +0000 (21:24 +0900)
committerdhrname <dhrname@users.sourceforge.jp>
Thu, 2 Apr 2015 12:24:29 +0000 (21:24 +0900)
org/w3c/dom/smil.js

index 5b9d204..8750650 100644 (file)
@@ -628,6 +628,7 @@ base("$from").of( {
    }\r
 } ).to = base("$from").$to;\r
 \r
+\r
 /*ニュートン法により、三次方程式 a0x^3 + a1x^2 + a2x + a3 の解を求める\r
  * 引数bは初期値*/\r
 Math.qubicnewton = function(a0, a1, a2, a3, b) {\r