Quadcap Software

Quadcap Embeddable Database

Quadcap Software

REAL

The FLOAT type is implemented using the Java java.lang.Float or java.lang.Double class, based on whether the desired specified precision is greater than 23 bits (the maximum precision of a Float.

Syntax

typeFloat
  :  "float" 
    (  LPAREN integer RPAREN 
    |  
    ) 
    
  ;