I don't actually need a solution, but I'm just curious if there's a way to convert a number from a float to a decimal or vice versa in FME without resorting to python.
So for example reading some data as a decimal, which is then stored elsewhere as a float and you want to do some change detection and consider
56.358400000000003 to equal 56.3584
and
963.299000000000092 to equal 963.299
and
56.358499999999999 to equal 56.3585