bk1 (Karl Brodowsky)
- Login: bk1
- Email: bk1@gmx.net
- Registered on: 04/22/2009
- Last sign in: 01/15/2012
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
05/10/2009
-
09:35 PM Ruby Bug #1455 (Closed): compatability of rational and bigdecimal
- =begin
require "rational"
require "bigdecimal"
a=BigDecimal("3.2")
b=Rational(3,4)
b/a
--> TypeError: BigDecimal can't be coerced into Rational
from (irb):5:in `/'
from (irb):5
from /usr/local/bin...