From: matz@... (Yukihiro Matsumoto) Date: 2001-08-31T13:35:40+09:00 Subject: [ruby-talk:20599] Re: Problem with float numbers Hi, In message "[ruby-talk:20566] Re: Problem with float numbers" on 01/08/30, ts writes: |Y> I don't know. Maybe a bug in Ruby. I hope not. | | It came from here (flo_to_s). rb_f_puts is called will a Float and | sprintf("%-.10g") return "5,2" Thank you. I just removed the dependency on assumption that decimal point is '.' Thank you. matz.