|
|
|
|
|
by dnautics
2900 days ago
|
|
Even scientific calculation would be fine with 32 bit floats, but average floating point error due to representation creeps with ON (iirc) over N multiplications, so you have to use 64 bit for many scientific applications to get satisfactory results after a million or a trillion multiplications. |
|
If your algorithm is not stable then even 64-bit won't help you.
Compare Euler vs Verlet - https://en.wikipedia.org/wiki/Verlet_integration