kot-begemot (Max Zet)
- Login: kot-begemot
- Registered on: 11/16/2018
- Last sign in: 12/27/2018
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
11/16/2018
-
05:43 PM Ruby Bug #15312 (Rejected): Ruby gives me wrong result for plus operation
- Run into this weird issue today. Tried that on rubies 2.5.1p57 and ruby 2.5.3p105 (i believe this is latest stable at the moment).
Here is how to reproduce it
```
$ irb
2.5.3 :001 > 2.6 + 0.1
=> 2.7
2.5.3 :002 > 2.7 + 0.1
=...