I don't know in C, which method is more accurate. For example: I have four float numbers: a,b,c,d. (suppose they are all different to zero).
and I need to know: a/b (<,>,==) c/d. So, we should compare (a/b,c/d) or compare(a*d,b*c).

So who know clearly this issue, please tell to me.
thanks