Handbook
Glossary
eval3d ( x y func -- pt )
Vocabulary
math
.
function-tools
Inputs
x
an
object
y
an
object
func
an
object
Outputs
pt
an
object
Definition
USING:
arrays
combinators
kernel
;
IN:
math.function-tools
:
eval3d
( x y func -- pt )
[
2dup
]
dip
( x y -- z )
call-effect
3array
;
inline