double-float
is disjoint from the other
float
subtypes in LispWorks for UNIX only (not LispWorks for Linux)
All floats are of type
double-float
in LispWorks for Windows and LispWorks for Linux. However, there are distinct specialized array types
(array single-float)
, with single precision, and
(array double-float)
, with double precision.