What is the difference between float and double ? Everywhere it is written that double similar to float , but with a large range, but when I created the tables, MySQL suggested that both float(255,30) and double(255,30) maximum dimensions. So what kind of double precision can we talk about?
And what is the double double precision? I read that float is stored as an exponent, and double is a double Integer (the integer and fractional parts). But based on the article on Habré What you need to know about floating-point arithmetic
It seems to me that inside and float and double will be equally stored in the form of mantis, etc., just that one will take 4 байта , and the other - 8 байт .