Next Previous Up Top Contents Index

6 Type Reference

:lisp-float

FLI type descriptor

Summary

Converts between any Lisp float and the Cdouble and Cfloat types.
Package

fli

Syntax

:lisp-float &optional float-type

float-type ::= :single | :double

Arguments

float-type

The C type to convert between. The default is:single.

Description

The FLI:lisp-float type converts between any Lisp float and either the Cfloat or the Cdouble type. The default is to convert to the Cfloat type, but by specifying:double for float-type, conversion occurs between any Lisp float and the Cdouble type.
See Also

:double
:float

LispWorks Foreign Language Interface - 12 Oct 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker