Skip to content
IsaacShelton edited this page Mar 21, 2022 · 1 revision

double

double represents the type of a double-precision floating point value. It can hold about 16 significant digits.

Specifications

Primitive Type Bits Size Precision C Equivalent Suffix
double 64 bits 8 bytes ~16 digits double d
Clone this wiki locally