From: Kathy Lee Date: 2009-12-29T14:52:28+09:00 Subject: Ruby Float out of range warning? I'm new to Ruby and I've been playing around with it abit. the following line of code produces a out of range warning. puts 3.14159 #outputting a simple float value It will output the value in console, however it will warn me with the following: C:/Users/Admin/IdeaProjects/RubyExampl… warning: Float 3.14159 out of range To my knowledge, the value should be within bounds of a float object. I'm using Ruby SDK v1.8.6 and IntelliJ with the Ruby plugin as my IDE Thanks, any help is appreciated. -- Posted via http://www.ruby-forum.com/.