Handbook
Glossary
secant-solution ( x1 x2 function -- solution )
Vocabulary
math
.
secant-method
.
private
Inputs
x1
an
object
x2
an
object
function
an
object
Outputs
solution
an
object
Definition
USING:
kernel
math.function-tools
math.points
;
IN:
math.secant-method.private
:
secant-solution
( x1 x2 function -- solution )
[
eval
]
curry
bi@
linear-solution
;