Update Primitive Data Types

2025-11-20 16:10:55 -08:00
parent a181d4f671
commit db3bda7b36

@@ -16,8 +16,7 @@
| SInt_32 | 32-Bit Signed Integer | | SInt_32 | 32-Bit Signed Integer |
| SInt_16 | 16-Bit Signed Integer | | SInt_16 | 16-Bit Signed Integer |
| SInt_8 | 8-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 | | float | A 32-Bit single precision floating point number |
| double | A 64-Bit double precision floating point number | | double | A 64-Bit double precision floating point number |
| long double | A 80-Bit extended precision floating-point number | | long double | A 80-Bit extended precision floating-point number |