samu0101 (tatsuro yasukawa)
- Login: samu0101
- Registered on: 03/29/2017
- Last sign in: 03/29/2017
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
03/29/2017
-
06:06 AM Ruby Bug #8894: Fixnum#quo returns wrong result when given a float
- This problem seems to be solved already since I tried this by ruby 2.2 and didn't have any problem.
So we can close this issue.
▼ Result by ruby 2.2
```
2.quo(2.0) # => 1.0
```
```
Rational(6) / 2.0 # => 3.0
```