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

float

float represents the type of a single-precision floating point value. It can hold about 7 significant digits.

Specifications

Primitive Type Bits Size Precision C Equivalent Suffix
float 32 bits 4 bytes ~7 digits float f
Clone this wiki locally