Check order of two numbers, within precision. @param r1 First number to check @param r2 Second number to check @return 1 if r1 > r2; -1 if r1 < r2; 0 if r1==r2, within precision.
(final double r1, final double r2)
source not stored for this graph (policy: none)
no outgoing calls