Comment Re:I'm not a math guy, but... (Score 1) 124
1.0 is an integer.
Way to go announcing to the world you've never programmed anything before, and in the first 4 words of a very long post.
1 is an integer (or maybe a float, depends on how you define it)
1.0 is not an integer, attempting to define it as an integer would result in conversion, truncation, or a compile error depending on what language you are using.
You see: even dumb Angelo managed to adapt to your silly "decimal point" problem, but you can not use it yourself properly. Strange, isn't it?
The only thing you've done is demonstrated you don't know how computers or programming languages deal with a decimal point: Hint, it's nothing to do with anything related to your maths textbook.