Handbook
Glossary
time-limit-predicate ( t-limit -- quot: ( tx..n -- ? ) )
Vocabulary
math
.
runge-kutta
Inputs
t-limit
an
object
Outputs
quot
a
quotation
with stack effect
( tx..n -- ? )
Definition
USING:
kernel
math
sequences
;
IN:
math.runge-kutta
:
time-limit-predicate
( t-limit -- quot: ( tx..n -- ? ) )
[
[
dup
first
]
]
dip
[
<=
]
curry
compose
;
inline