mydocs
newtonMethod
ニュートン法による数値計算
使い方
f1
=
proc
{
|
x
|
next
x
*
x
-
2
}
x
=
Num4EquLib
.
newtonMethod
(
-
1.8
,
f1
)