double - Factor Documentation (original) (raw)

double

Vocabulary
alien.c-types

Word description
This C type represents a double-precision IEEE 754 floating-point type. Input values will be converted to Factor floats; output values will be returned as Factor floats.

Definition

USING: alien.syntax ;

IN: alien.c-types

C-TYPE: double