From db3bda7b36632a420cef9340139d1654fd9f801d Mon Sep 17 00:00:00 2001 From: Karutoh Date: Thu, 20 Nov 2025 16:10:55 -0800 Subject: [PATCH] Update Primitive Data Types --- Primitive-Data-Types.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Primitive-Data-Types.md b/Primitive-Data-Types.md index 24cb066..7f58195 100644 --- a/Primitive-Data-Types.md +++ b/Primitive-Data-Types.md @@ -16,8 +16,7 @@ | SInt_32 | 32-Bit Signed Integer | | SInt_16 | 16-Bit Signed Integer | | SInt_8 | 8-Bit Signed Integer | -| **Floating Point Primitives** | **Description** | -| --- | --- | +| **Floating Point Primitives** | | float | A 32-Bit single precision floating point number | | double | A 64-Bit double precision floating point number | | long double | A 80-Bit extended precision floating-point number |