Thread: Looking for a clown.

  1. #1
    Stoned Witch Barney McGrew's Avatar
    Join Date
    Oct 2012
    Location
    astaylea
    Posts
    420

    Looking for a clown.

    I am looking for a clown to replace me as a regular on these forums. You won't receive payment but you can consider it a service to the cprogramming.com community! Anyone who's interested in this opportunity can receive further information by mailing [email protected].

    EDIT: Oh yeah, and if you can't think of a name, Hugh, Pugh, Cuthbert, Dibble, and Grub are all fine choices! ^_^
    Last edited by Barney McGrew; 11-21-2013 at 06:53 PM.
    i dont believe in competition in da field of cboard posts, u see, i believe in a collection of posts each 2 be admired for der own personal statement. when in doubt, ask Willy!

  2. #2
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    Ooooooookay...
    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. My clown pants
    By Troll_King in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 10-06-2002, 01:49 PM