i was doin a check on which one of the two floats is greater using > sign
but was unable to do so....i m actually solving this prob:
http://www.codechef.com/JAN11/problems/FLUSHOT/
<http://www.codechef.com/JAN11/problems/FLUSHOT/>i hav code wid me shud i
post it here....?

On Sun, Jan 2, 2011 at 9:13 PM, juver++ <avpostni...@gmail.com> wrote:

> a == b ==> a < b - EPS
> a <= b ==> a < b + EPS
>
> all other relations are straighforward.
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To post to this group, send email to algoge...@googlegroups.com.
> To unsubscribe from this group, send email to
> algogeeks+unsubscr...@googlegroups.com<algogeeks%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
>



-- 
Sanchit Mittal
Department of Computer Engineering
Delhi College of Engineering
ph- +919582414494

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algoge...@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to