Precision Error
Posted: Fri Apr 07, 2006 9:25 am
how can i solve prescision error when comparing to long double value?
i use fabs(a - b) <= EPS where EPS is 1e-15, but its not working.
use fabs(a - b) < EPS also but its not working again.
i use fabs(a - b) <= EPS where EPS is 1e-15, but its not working.
use fabs(a - b) < EPS also but its not working again.