C-Data-Types
Showing differences between revisions 2303 and 2302:
--- Original +++ Current @@ -22,8 +22,8 @@ == Floating Point Data Types == | **C type** | **IEE754 Name** | **Bits** | **Range** | -| float | 32 | Single Precision | -3.4E38 .. 3.4E38 | -| double | 64 | Double Precision | -1.7E308 .. 1.7E308 | +| float | Single Precision | 32 | -3.4E38 .. 3.4E38 | +| double | Double Precision | 64 | -1.7E308 .. 1.7E308 | == Pointers ==