When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
14.2 I’m trying to take some square roots, and I’ve simplified the code down to main() { printf(“%f\n”, sqrt(144.)); } but I’m still getting crazy numbers. 14.3 I’m trying to do some simple trig, and I am #including