@0xabad1dea Four words scary story "It was not trucks." 😱
Having worked on the ALU/FPU side, I believe there are exactly two legitimate uses for floats:
* the signal dynamic is super duper high
* the signal dynamic is unknown and can potentially be very high.
Every other case will be better handled (be faster, use less memory, have less corner cases) with integers and constant scaling factors.