[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] compare float numbers with precision

Hi, in my rcp I need a way to compare files with floating numbers with certain precision, i.e. if difference between numbers in some place is less than precision value - don't show the difference. What is the simplest way to do it? I looked to org.eclipse.compare plugin, I don't find extension point to change a way to calculate difference.
Any suggestions for the way to do it? Thanks, Stella