• Login
sketchucation logo sketchucation
  • Login
🤑 SketchPlus 1.3 | 44 Tools for $15 until June 20th Buy Now

Strange warning

Scheduled Pinned Locked Moved Developers' Forum
3 Posts 3 Posters 220 Views 3 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    Didier Bur
    last edited by 12 Jan 2011, 11:28

    Hi all,
    In a method of a class, I have this as the first line:

    def myMethod()
    x=y=z=0.0
    

    When loading the rb file, this message appears in the console:

    @unknownuser said:

    warning: Float 0.0 out of range

    What am I doing wrong ?

    DB

    1 Reply Last reply Reply Quote 0
    • T Offline
      thomthom
      last edited by 12 Jan 2011, 12:21

      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...)

      Thomas Thomassen — SketchUp Monkey & Coding addict
      List of my plugins and link to the CookieWare fund

      1 Reply Last reply Reply Quote 0
      • D Offline
        Dan Rathbun
        last edited by 12 Jan 2011, 18:31

        ** Please, could you change the topic title to "Warning: Float out of range"

        @didier bur said:

        def myMethod()
        > x=y=z=0.0
        

        When 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)
        end
        

        I get no warnings at all at the Console.

        I'm not here much anymore.

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        1 / 1
        • First post
          3/3
          Last post
        Buy SketchPlus
        Buy SUbD
        Buy WrapR
        Buy eBook
        Buy Modelur
        Buy Vertex Tools
        Buy SketchCuisine
        Buy FormFonts

        Advertisement