Data Type
There are 2 categories of data types:
Other things to be aware of:
Also see Signed vs Unsigned Numbers.
Floating Point Numbers
See FP32 (float) and FP64 (double).
Dealing with Floats and the decimals
Functions you can use:
How to Convert Binary Number to Float?
I don’t know. Check this article out.
Hemal Shah talked about this to me, about how there is the exponent and the mantissa.
Data Types From STAT206
This is also the same categorization we do in Machine Learning.
- Categorical
- Ordinal (subtype)
- Numerical
- Discrete
- Continuous
Miscallaneous
Integral Type
An integral type is anything that can be represented by an integer. Ex: Character and String, Enum (C++).