Strange warning
-
Hi all,
In a method of a class, I have this as the first line:def myMethod() x=y=z=0.0When loading the rb file, this message appears in the console:
@unknownuser said:
warning: Float 0.0 out of range
What am I doing wrong ?
-
Don't think you are doing anything wrong. It's the new Ruby 1.8.6 core in SU8 - it outputs more warnings than previous versions. I think it prints warnings about precision problems. (though I don't understand why 0.0 would be out of range...)
-
** Please, could you change the topic title to "Warning: Float out of range"
@didier bur said:
def myMethod() > x=y=z=0.0When loading the rb file, this message appears in the console:
@unknownuser said:
warning: Float 0.0 out of range
Do you get the same warning if you do:
def myMethod() x=y=z=(0.0e0) endI get no warnings at all at the Console.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better π
Register LoginAdvertisement