2.2.2.1.4 DOUBLE

The DOUBLE data type is a signed floating-point number which can be represented in 64 bits.

 DOUBLE = INT [ "." UNSIGNED-INT ] / [ "-" ] "." UNSIGNED-INT