I just read about rounding errors in C ++. So, if I am doing a program with intensive mathematical computation (or any important calculations), should I just reset the tooltips and use only doubles, or is there an easier way to prevent rounding errors?
source
share