I am using Mathematica 11.1.1 and I was surprised when I saw:
Mod[0.2, 0.2] == 0.
Mod[0.4, 0.2] == 0.
Mod[0.6, 0.2] == 0.2
Mod[1.0, 0.2] == 0.2
I cannot understand why the last two results are wrong!!
I am using Mathematica 11.1.1 and I was surprised when I saw:
Mod[0.2, 0.2] == 0.
Mod[0.4, 0.2] == 0.
Mod[0.6, 0.2] == 0.2
Mod[1.0, 0.2] == 0.2
I cannot understand why the last two results are wrong!!
Mod[0.,0.2]equalsMod[0.2,0.2]... However, this is weird, indeed. – Henrik Schumacher Jul 31 '17 at 08:32Mod[6/10,2/10]. – corey979 Jul 31 '17 at 08:36