Handbook
Glossary
secant-method ( left right function -- x )
Vocabulary
math
.
secant-method
Inputs
left
an
object
right
an
object
function
an
object
Outputs
x
an
object
Definition
USING:
kernel
math
math.secant-method.private
;
IN:
math.secant-method
:
secant-method
( left right function -- x )
secant-precision
[
secant-step
]
times
drop
+
2
/
;