Handbook
Glossary
setup-simpson-range ( from to -- frange )
Vocabulary
math
.
numerical-integration
Inputs
from
an
object
to
an
object
Outputs
frange
an
object
Definition
USING:
kernel
math
namespaces
ranges
;
IN:
math.numerical-integration
:
setup-simpson-range
( from to -- frange )
2dup
swap
-
num-steps
get
/
<range>
;