Task #4812
closed
- Is duplicate of Feature #4711: Check for duplicate hyperbolic coordinates while parsing topology file added
HR coordinates are floating point numbers.
Equality comparison of floating point numbers is generally unreliable.
If comparing them as strings: it’s possible for two different strings to convert to same double
due to precision limitation.
Can we specify a minimum difference? For example, either radius or angle must be at least 2-32 apart.
Junxiao Shi wrote:
HR coordinates are floating point numbers.
Equality comparison of floating point numbers is generally unreliable.
If comparing them as strings: it’s possible for two different strings to convert to same double
due to precision limitation.
Can we specify a minimum difference? For example, either radius or angle must be at least 2-32 apart.
we are reading them as string and checking if they are equal or not, we don't do floating point operation.
- Status changed from In Progress to Closed
- % Done changed from 50 to 100
Also available in: Atom
PDF