Handbook
Glossary
float-8
Vocabulary
math
.
vectors
.
simd
.
cords
Definition
USING:
math.vectors.simd
;
IN:
math.vectors.simd.cords
TUPLE:
float-8
{
head
float-4
read-only
initial:
float-4{
0.0 0.0 0.0 0.0
}
}
{
tail
float-4
read-only
initial:
float-4{
0.0 0.0 0.0 0.0
}
}
;
final
Methods
USING:
math.vectors.simd.cords
prettyprint.custom
;
M:
float-8
>pprint-sequence
;
USING:
classes
generic
kernel
math.vectors.simd.cords
sequences
;
M:
float-8
like
over
\
float-8
instance?
[
drop
]
[
M\
float-8
like
(call-next-method)
]
if
;
USING:
kernel
math.vectors.simd
math.vectors.simd.cords
sequences
;
M:
float-8
new-sequence
2drop
4
float-4
new
new-sequence
4
float-4
new
new-sequence
\
float-8
boa
;
USING:
math.vectors.simd.cords
prettyprint.custom
;
M:
float-8
pprint*
pprint-object
;
USING:
kernel
math.vectors.simd.cords
prettyprint.custom
;
M:
float-8
pprint-delims
drop
\
float-8{
\
}
;