If I want my code to run fast, and the algorithm doesn't depend on it being integer/single /etc.
What data type should I use for the quickest program execution? Integer? Single? Or another data type?
Most of the math involved in the program is simple addition, subtraction, multiplication, division