From: nobu.nokada@... Date: 2002-02-06T09:20:04+09:00 Subject: Re: smallest non-zero number (and other limits) Hi, At Sat, 2 Feb 2002 10:25:54 +0900, matz@ruby-lang.org (Yukihiro Matsumoto) wrote: > (b) Ruby only has double precision float (Float class), why do we > need these FLT_* constants? What about use of `long double' if it's available and can be contained in RFloat? -- Nobu Nakada