vatsu (Gustavo Sales)
- Login: vatsu
- Email: vatsu21@gmail.com
- Registered on: 11/30/2013
- Last sign in: 12/05/2013
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
12/10/2013
-
09:20 AM Ruby Bug #9192: Inconsistent comparison between Float and BigDecimal
- Thank you, mrkn!
12/05/2013
-
07:32 AM Ruby Bug #9192: Inconsistent comparison between Float and BigDecimal
- marcandre (Marc-Andre Lafortune) wrote:
> duerst (Martin Dürst) wrote:
> ...
I don't think it's a good idea to convert to float. We, programmers, have to know how numbers are stored in memory and we also know how to deal with differ...
12/03/2013
-
11:22 AM Ruby Bug #9192: Inconsistent comparison between Float and BigDecimal
- BTW, I am keen to help on solving this, but I would need guidance...
12/02/2013
-
04:28 PM Ruby Bug #9192: Inconsistent comparison between Float and BigDecimal
- Regardless the floating point computational representation, shouldn't we expect the same result for following statements?
BigDecimal('706.06') <= 706.06
and
706.06 >= BigDecimal('706.06')
-
09:01 AM Ruby Bug #9192 (Closed): Inconsistent comparison between Float and BigDecimal
- I was checking a possible inconsistency on ActiveModel and I found situations where comparing BigDecimal to Float differs to comparing Float to BigDecimal.
I have create a simple ruby script to exemplify the problem. The script is att... -
09:01 AM Ruby Bug #9191 (Closed): Inconsistent comparison between Float and BigDecimal
- I was checking a possible inconsistency on ActiveModel and I found situations where comparing BigDecimal to Float differs to comparing Float to BigDecimal.
I have create a simple ruby script to exemplify the problem. The script is att...