Awesome.Precisely.
Now to reassure myself that all those FP numbers I see in FEA matrices are not deviating by more than 10^16

Awesome.Precisely.
Awesome.
Now to reassure myself that all those FP numbers I see in FEA matrices are not deviating by more than 10^16It's a massive number, but feels like it could cause restriction in some of the small to large unit calculations.
I'm starting to wonder if it is limited to that in the interests of calculation.I wouldn't worry about it.
The point of the 10^6 margin between the required final precision and the precision required in the software by the 100m limit is to buffer you against this kind of error.
Floating point is never accurate*, you need only worry about whether the degree of inaccuracy is harmful.
* - To be pedantic there are certain, precisely defined, circumstances where it is but for functional purposes treat it as if it never is. Simply using 0.1 anywhere will render it inaccurate for example (0.1 cannot be represented in a finite number of binary bits, it's a recurring binary number).