Handbook
Glossary
color ( iterations -- color )
Vocabulary
benchmark
.
mandel
Inputs
iterations
an
object
Outputs
color
an
object
Definition
USING:
benchmark.mandel.colors
kernel
math
sequences
;
IN:
benchmark.mandel
:
color
( iterations -- color )
[
color-map
[
length
mod
]
keep
nth
]
[
B{
0 0 0
}
]
if*
;
inline