Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
(a, ( a b step -- a' b' step )
Vocabulary
math.ranges.private
Definition
USING:
kernel
math
;
IN:
math.ranges.private
:
(a,
( a b step -- a' b' step )
dup
[
+
]
curry
2dip
;
inline