• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

Petition to Unban Wim121

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    #71
    Voters:9.2233720368548E+18


    Description:
    ------------
    For very large values of $x (9.2233720368548E+18 and more), sin($x) and cos($x) simply return $x

    Test script:
    ---------------
    $x = 9.2233720368547E+18;
    var_dump(sin($x));
    var_dump(cos($x));

    $x = 9.2233720368548E+18;
    var_dump(sin($x));
    var_dump(cos($x));

    $x = 9.2233720368547E+22;
    var_dump(sin($x));
    var_dump(cos($x));

    $x = 9.2233720368547E+5;
    var_dump(sin($x));
    var_dump(cos($x));

    Expected result:
    ----------------
    float(0.70730241295515)
    float(0.70691109527848)
    float(9.2233720368548E+18)
    float(9.2233720368548E+18)
    float(9.2233720368547E+22)
    float(9.2233720368547E+22)
    float(-0.15745275115961)
    float(-0.98752652174626)

    Actual result (Conspiracy)

    Last edited by Diver; 14 May 2012, 05:44.
    Confusion is a natural state of being

    Comment


      #72
      Originally posted by eek View Post
      It seems that admin rigged the poll by introducing an awfully large number of anti-posts to ensure Aye won.
      I'd be very careful at accusing admin at such things - unless you hope there will be somebody creating "Petition to unban eek" thread

      Comment


        #73
        Originally posted by Old Greg View Post
        You might find him back here again. wim121
        Originally posted by cojak View Post
        I see he's as popular over there as he is here.
        Originally posted by MarillionFan View Post
        Cough. Excuse me, some blatant sockying going on over there....
        Originally posted by Wim's new home
        Wim, you have apparent biases, large enough to mention, against huge numbers of humans.
        Didn't take 'em long to deduce that...

        Comment


          #74
          Originally posted by Diver View Post
          wim amused me!

          I actually gave the venemous little reptile +rep
          I never figured out if he was a troll or actually that nasty.


          I need to catch up, is this from the Starkey thread?
          Originally posted by MaryPoppins
          I'd still not breastfeed a nazi
          Originally posted by vetran
          Urine is quite nourishing

          Comment


            #75
            Originally posted by d000hg View Post
            I never figured out if he was a troll or actually that nasty.


            I need to catch up, is this from the Starkey thread?
            http://forums.contractoruk.com/gener...ml#post1543188

            The culminating moment
            Confusion is a natural state of being

            Comment


              #76
              Originally posted by Old Greg View Post
              You might find him back here again. wim121
              Wow, that's just pure gold.
              Originally posted by MaryPoppins
              I'd still not breastfeed a nazi
              Originally posted by vetran
              Urine is quite nourishing

              Comment


                #77
                -9223372036854775797


                18446744073709551615

                You should've used an unsigned int64...

                Just saying, like...

                Comment


                  #78
                  Originally posted by SupremeSpod View Post
                  -9223372036854775797


                  18446744073709551615

                  You should've used an unsigned int64...

                  Just saying, like...
                  Pedant
                  Confusion is a natural state of being

                  Comment


                    #79
                    Originally posted by Diver View Post
                    Pedant
                    Who the **** would use a "signed int" to store the number of votes? 'kin amateurs.

                    Comment


                      #80
                      Originally posted by SupremeSpod View Post
                      Who the **** would use a "signed int" to store the number of votes? 'kin amateurs.
                      Maybe it's Java.
                      Originally posted by MaryPoppins
                      I'd still not breastfeed a nazi
                      Originally posted by vetran
                      Urine is quite nourishing

                      Comment

                      Working...
                      X