I heard of float (4byte), double (8byte), decimal (16byte). I’m pretty sure i heard someone say there is a 10byte real and i heard there are native types such as complex and imaginary in other languages but i dont know what their sizes are.
Are there a floating point types with the same sizes but behave differently? If so what is the differences?
I think I understand your question…
According to IEEE 754-2008, there are two types of floating 32, 64 and 128 bit representations:
To apapt from http://en.wikipedia.org/wiki/IEEE_754-2008
Here we have two types for each of 32, 64, 128 with different representations respectively, with Decimal32 having a narrower range but greater precision.