Can i normalize this array into 0.0 to 0.1 without precision lost (and still maintain it as float)?
A. Christian Graus Quoted :- No – quite obviously if you compress the numbers into a smaller range, you will lose precision. Floating point numbers suffer from precision problems anyhow, you should be using double if you want to improve precision, and a fixed point format if you want to be absolute lt.