All Manuals > LispWorks® User Guide and Reference Manual > 33 The COMMON-LISP Package

short-float Type

Summary

A subtype of float.

Package

common-lisp

Signature

short-float

Description

The type short-float is an immediate type.

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

short-float is disjoint from single-float in all 32-bit LispWorks implementations, version 5.0 and later. In 64-bit LispWorks short-float is the same type as single-float.

Compatibility notes

In LispWorks 4.4 and previous on Windows and Linux platforms, short-float is the same type as double-float.

See also

short-float in the Common Lisp HyperSpec
double-float
long-float
parse-float
single-float


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:30