NextPrevUpTopContentsIndex

single-float

Type
Summary

A subtype of float .

Package

common-lisp

Signature

single-float

Description

single-float is disjoint fropm the other float subtypes in LispWorks for UNIX and LispWorks for Macintosh only (not LispWorks for Linux or LispWorks for Windows).

single-float is the same type as 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.

See also

double-float
long-float
short-float


LispWorks Reference Manual - 6 Apr 2005

NextPrevUpTopContentsIndex