From previous questions, someone pointed out that Excel uses double-precision 64-bit (8 bytes) floating.
Is it right - Are there any materials at all?
I'm trying to tie the numbers and it kills me!
According to this article, yes, it uses 64-bit double-precision floating-point numbers. The article also describes rounding errors, etc., associated with this format.
Take a look
Floating point arithmetic
In the Accuracy section
The floating point number is stored in binary in three parts in the 65-bit range: sign, exponent, and mantissa.
Here is another article
Understanding floating point accuracy, aka "Why does Excel give me obscure answers?"
Take a look at the Floating Point Structure section.
Source: https://habr.com/ru/post/1301001/More articles:JQuery Plus / Minus Incrementer - jqueryproblems or flaws in the asp.net postback model - asp.netEclipse Java debugger gets method call results - javaSql optimization: Xml or shared string - sqlGetBoundingClientRect problem with Firefox - javascriptSaving global site settings [PHP / MySQL] - databaseJava group components - javaImplementing Trie - Inserting Elements into a Trie - algorithmHow to get debugging symbols in a DLL or extract them to a dbg file using Mingw? - cHow to quote in HTML (not blockquote)? - htmlAll Articles