Thread: Please Mr. Moderator...

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

    Please Mr. Moderator...

    Please give us a chat room? Please?
    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;
    }

  2. #2
    aurė entuluva! mithrandir's Avatar
    Join Date
    Aug 2001
    Posts
    1,209
    [list=a][*]It's not up to the mods to modify the site content, that is the job of the Webmaster[*]A chat room would serve little purpose while the fourms are here[*]There are a million programming chat sites out there so there isn't a need for one here[*]The reason why you are asked in your profile for your AIM or Yahoo hanlde is so that if you wish you can use those programs to chat with other members[/list=a]

  3. #3
    Skunkmeister Stoned_Coder's Avatar
    Join Date
    Aug 2001
    Posts
    2,572
    Free the weed!! Class B to class C is not good enough!!
    And the FAQ is here :- http://faq.cprogramming.com/cgi-bin/smartfaq.cgi

  4. #4
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    Thanks Stoner!

    I will check that link out.

    Cheers!
    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. What the purpose of moderator? From C# Boards...smart?
    By dv007 in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 09-14-2002, 05:52 PM
  2. What the purpose of moderator?
    By dv007 in forum A Brief History of Cprogramming.com
    Replies: 9
    Last Post: 09-14-2002, 12:15 PM
  3. Moderator Nominations
    By kermi3 in forum A Brief History of Cprogramming.com
    Replies: 10
    Last Post: 09-02-2002, 07:28 PM