NextPrevUpTopContentsIndex

single-float

Type
Summary

A subtype of float .

Package

common-lisp

Signature

single-float

Description

single-float is disjoint from double-float and short-float in all LispWorks implementations in version 5.0 and later.

Compatibility Note

In LispWorks 4.4 and previous on Windows and Linux platforms, single-float is the same type as double-float . 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 - 20 Jul 2006

NextPrevUpTopContentsIndex