Thread: DURIs: omg or wtf?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708

    Question DURIs: omg or wtf?

    So...in the process of using google to check my spelling (cboard needs a better one, btw), I stumbled upon this. Honestly, I couldn't make heads nor tails out of it - just sounds like a bunch of nonsense, TBQH. Question: is this really the cutting-edge...or just a lot of nerdy neologism (as I suspect)?
    Last edited by Sebastiani; 02-17-2011 at 05:04 PM. Reason: --, ..., rw
    Code:
    #include <cmath>
    #include <complex>
    bool euler_flip(bool value)
    {
        return std::pow
        (
            std::complex<float>(std::exp(1.0)), 
            std::complex<float>(0, 1) 
            * std::complex<float>(std::atan(1.0)
            *(1 << (value + 2)))
        ).real() < 0;
    }

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Omg Last Time I Swear!
    By unejam2005 in forum C++ Programming
    Replies: 3
    Last Post: 12-13-2005, 12:49 AM
  2. omg....
    By LouDu in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 03-15-2003, 11:59 AM
  3. wtf is wrong with msdn
    By Shadow12345 in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 09-29-2002, 05:59 PM
  4. Wtf??? 7/9*9 = 0???
    By Tyrael in forum C++ Programming
    Replies: 2
    Last Post: 11-13-2001, 10:41 PM