ajimix

↗ HN profile [ 76.6 ms ] full profile
Karma
76
Created
August 2, 2013 (12y ago)
Submissions
0
  1. I'm not an expert in maths but the following operation gives a different result in ruby than in any other language or calculator I've tried: Ruby: (289 / 30 * 30) - (149 / 30 * 30) 150 Rest of the world: (289 / 30 * 30)…