Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Other Discussions
  3. The Back Room
  4. All and any numbers equal zero

All and any numbers equal zero

Scheduled Pinned Locked Moved The Back Room
com
21 Posts 7 Posters 18 Views 1 Watching
  • 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.
  • M Matt Newman

    That would make me right :) -:suss:Matt Newman / Windows XP Activist:suss: -Sonork ID: 100.11179:BestSnowman
    †

    C Offline
    C Offline
    ColinDavies
    wrote on last edited by
    #11

    ****Matt Newman wrote: That would make me right Sure, so shall I write that you are right ? Seriously though I better go check all the Math I have been doing for the last couple of years, as it appears I have been allowing a lot of zero divisions to slip by. :-( Its amazing any of my algorithms actually work. Regardz Colin J Davies

    Sonork ID 100.9197:Colin

    I think it's interesting that we often qu-ote each other in our sigs and attribute the qu-otes to "The Lounge". --- Daniel Fergusson, "The Lounge"

    M C 2 Replies Last reply
    0
    • C ColinDavies

      ****Matt Newman wrote: That would make me right Sure, so shall I write that you are right ? Seriously though I better go check all the Math I have been doing for the last couple of years, as it appears I have been allowing a lot of zero divisions to slip by. :-( Its amazing any of my algorithms actually work. Regardz Colin J Davies

      Sonork ID 100.9197:Colin

      I think it's interesting that we often qu-ote each other in our sigs and attribute the qu-otes to "The Lounge". --- Daniel Fergusson, "The Lounge"

      M Offline
      M Offline
      Matt Newman
      wrote on last edited by
      #12

      ****Colin Davies wrote: Sure, so shall I write that you are right ? Sure what the heck :) ****Colin Davies wrote: Its amazing any of my algorithms actually work. LOL -:suss:Matt Newman / Windows XP Activist:suss: -Sonork ID: 100.11179:BestSnowman
      †

      C 1 Reply Last reply
      0
      • M Matt Newman

        ****Colin Davies wrote: Sure, so shall I write that you are right ? Sure what the heck :) ****Colin Davies wrote: Its amazing any of my algorithms actually work. LOL -:suss:Matt Newman / Windows XP Activist:suss: -Sonork ID: 100.11179:BestSnowman
        †

        C Offline
        C Offline
        ColinDavies
        wrote on last edited by
        #13

        OK, here goes ! Matt is rite. :-) Regardz Colin J Davies

        Sonork ID 100.9197:Colin

        I think it's interesting that we often qu-ote each other in our sigs and attribute the qu-otes to "The Lounge". --- Daniel Fergusson, "The Lounge"

        M 1 Reply Last reply
        0
        • C ColinDavies

          OK, here goes ! Matt is rite. :-) Regardz Colin J Davies

          Sonork ID 100.9197:Colin

          I think it's interesting that we often qu-ote each other in our sigs and attribute the qu-otes to "The Lounge". --- Daniel Fergusson, "The Lounge"

          M Offline
          M Offline
          Matt Newman
          wrote on last edited by
          #14

          Now your spelling is going :) -:suss:Matt Newman / Windows XP Activist:suss: -Sonork ID: 100.11179:BestSnowman
          †

          1 Reply Last reply
          0
          • C ColinDavies

            Let a and b be any equal numbers.

            a = b
            a^2 = ab
            a^2 - b^2 = ab - b^2
            (a + b) (a - b) = b(a - b)
            a + b = b
            a = 0

            Regardz Colin J Davies

            Sonork ID 100.9197:Colin

            I think it's interesting that we often qu-ote each other in our sigs and attribute the qu-otes to "The Lounge". --- Daniel Fergusson, "The Lounge"

            C Offline
            C Offline
            Christian Graus
            wrote on last edited by
            #15

            if a == b then a-b == 0, therefore you're off dividing by zero again.... Didn't your mother warn you never to do that ? :P Christian The tragedy of cyberspace - that so much can travel so far, and yet mean so little. "I'm somewhat suspicious of STL though. My (test,experimental) program worked first time. Whats that all about??!?! - Jon Hulatt, 22/3/2002

            C 1 Reply Last reply
            0
            • C ColinDavies

              ****Matt Newman wrote: That would make me right Sure, so shall I write that you are right ? Seriously though I better go check all the Math I have been doing for the last couple of years, as it appears I have been allowing a lot of zero divisions to slip by. :-( Its amazing any of my algorithms actually work. Regardz Colin J Davies

              Sonork ID 100.9197:Colin

              I think it's interesting that we often qu-ote each other in our sigs and attribute the qu-otes to "The Lounge". --- Daniel Fergusson, "The Lounge"

              C Offline
              C Offline
              Christian Graus
              wrote on last edited by
              #16

              ****Colin Davies wrote: as it appears I have been allowing a lot of zero divisions to slip by. Its amazing any of my algorithms actually work. I want to know what compiler you've been using. I'd like to give it a try.... Christian The tragedy of cyberspace - that so much can travel so far, and yet mean so little. "I'm somewhat suspicious of STL though. My (test,experimental) program worked first time. Whats that all about??!?! - Jon Hulatt, 22/3/2002

              C 1 Reply Last reply
              0
              • C Christian Graus

                ****Colin Davies wrote: as it appears I have been allowing a lot of zero divisions to slip by. Its amazing any of my algorithms actually work. I want to know what compiler you've been using. I'd like to give it a try.... Christian The tragedy of cyberspace - that so much can travel so far, and yet mean so little. "I'm somewhat suspicious of STL though. My (test,experimental) program worked first time. Whats that all about??!?! - Jon Hulatt, 22/3/2002

                C Offline
                C Offline
                ColinDavies
                wrote on last edited by
                #17

                Christian Graus wrote: I want to know what compiler you've been using. I'd like to give it a try.... :-) Hand calculations, I hardly ever get around to actually compiling anything these days, most of my stuff is philisophical code. :-) Regardz Colin J Davies

                Sonork ID 100.9197:Colin

                I think it's interesting that we often qu-ote each other in our sigs and attribute the qu-otes to "The Lounge". --- Daniel Fergusson, "The Lounge"

                C 1 Reply Last reply
                0
                • C Christian Graus

                  if a == b then a-b == 0, therefore you're off dividing by zero again.... Didn't your mother warn you never to do that ? :P Christian The tragedy of cyberspace - that so much can travel so far, and yet mean so little. "I'm somewhat suspicious of STL though. My (test,experimental) program worked first time. Whats that all about??!?! - Jon Hulatt, 22/3/2002

                  C Offline
                  C Offline
                  ColinDavies
                  wrote on last edited by
                  #18

                  Christian Graus wrote: Didn't your mother warn you never to do that ? My mum isn't very good at Math, she did arithmetic at school. But everyone else here at CP is telling me. :-) Regardz Colin J Davies

                  Sonork ID 100.9197:Colin

                  I think it's interesting that we often qu-ote each other in our sigs and attribute the qu-otes to "The Lounge". --- Daniel Fergusson, "The Lounge"

                  1 Reply Last reply
                  0
                  • C ColinDavies

                    Christian Graus wrote: I want to know what compiler you've been using. I'd like to give it a try.... :-) Hand calculations, I hardly ever get around to actually compiling anything these days, most of my stuff is philisophical code. :-) Regardz Colin J Davies

                    Sonork ID 100.9197:Colin

                    I think it's interesting that we often qu-ote each other in our sigs and attribute the qu-otes to "The Lounge". --- Daniel Fergusson, "The Lounge"

                    C Offline
                    C Offline
                    Christian Graus
                    wrote on last edited by
                    #19

                    ****Colin Davies wrote: I hardly ever get around to actually compiling anything these days, most of my stuff is philisophical code I hear that stuff is easy to write, but hard to debug. Is that true ? Christian The tragedy of cyberspace - that so much can travel so far, and yet mean so little. "I'm somewhat suspicious of STL though. My (test,experimental) program worked first time. Whats that all about??!?! - Jon Hulatt, 22/3/2002

                    C 1 Reply Last reply
                    0
                    • C Christian Graus

                      ****Colin Davies wrote: I hardly ever get around to actually compiling anything these days, most of my stuff is philisophical code I hear that stuff is easy to write, but hard to debug. Is that true ? Christian The tragedy of cyberspace - that so much can travel so far, and yet mean so little. "I'm somewhat suspicious of STL though. My (test,experimental) program worked first time. Whats that all about??!?! - Jon Hulatt, 22/3/2002

                      C Offline
                      C Offline
                      ColinDavies
                      wrote on last edited by
                      #20

                      Christian Graus wrote: I hear that stuff is easy to write, but hard to debug. Is that true ? Its near impossible to Debug, as you don't get bug reports :-( Regardz Colin J Davies

                      Sonork ID 100.9197:Colin

                      I think it's interesting that we often qu-ote each other in our sigs and attribute the qu-otes to "The Lounge". --- Daniel Fergusson, "The Lounge"

                      1 Reply Last reply
                      0
                      • J James T Johnson

                        Ah, ok; I'll go knock on Chris' door when I find out that Canada disappeared because someone divided by zero :-P No one would miss Canada if it weren't for the CP servers being there :-D James Sonork: Hasaki "I left there in the morning with their God tucked underneath my arm their half-assed smiles and the book of rules. So I asked this God a question and by way of firm reply, He said - I'm not the kind you have to wind up on Sundays." "Wind Up" from Aqualung, Jethro Tull 1971

                        D Offline
                        D Offline
                        Daniel Ferguson
                        wrote on last edited by
                        #21

                        James T. Johnson wrote: No one would miss Canada if it weren't for the CP servers being there. A couple more comments like that and I'm going to send the whole Canadian army down to talk to you -- both of them. ;P "There is a fine line between lunacy and genius; it is my goal in life to keep them guessing just where the line lies..." -- Unknown

                        1 Reply Last reply
                        0
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        • Login

                        • Don't have an account? Register

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • World
                        • Users
                        • Groups