Thread: Extras for help

  1. #1
    Registered User
    Join Date
    Dec 2001
    Posts
    6

    Angry Extras for help

    OK, I can't post the code up for some reason, but its still in the C Microsoft visual comiler. We need to know how to write the name of the aspect you want to remove. That and the entire list.

  2. #2
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    Cryptic question of the week award goes to this one.
    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