| | Well, I am making a script that is doing lots of different calculations. Everything works, until I see something very strange: 64 - 63.7035 = 0.29649999999999 It's completely obvious that this is wrong. The answer should be 0.2965... Why does it do such a stupid error, and how can I fix it? |

