How in FME would you check that two floats are "close", given testing floats for equality can be a challenge?
e.g. "-23.123" as listed in an XLS compared to "-23.12300005" stored in a point feature class?
In Python I use the math.isClose() or assertAlmostEqual()
Thanks