vocab fix
parent
4fc9860c0a
commit
47221b25c5
|
@ -2,7 +2,7 @@
|
|||
! Newton's Method of approximating roots
|
||||
|
||||
USING: kernel math math.derivatives ;
|
||||
IN: newtons-method
|
||||
IN: math.newtons-method
|
||||
|
||||
<PRIVATE
|
||||
: newton-step ( x function -- x2 ) dupd [ call ] [ derivative ] 2bi / - ;
|
||||
|
|
Loading…
Reference in New Issue