Thread: searches

  1. #1
    Hamster without a wheel iain's Avatar
    Join Date
    Aug 2001
    Posts
    1,385

    searches

    can we search the old boards from here?
    Monday - what a way to spend a seventh of your life

  2. #2
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    *bump*
    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;
    }

  3. #3
    Administrator webmaster's Avatar
    Join Date
    Aug 2001
    Posts
    1,012
    Unfortunately, no.

  4. #4
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    On a related note, what's the chance of leaving up the old boards up (at least for members?), kinda like the newbie board in UB?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. regular expression searches
    By MK27 in forum C Programming
    Replies: 3
    Last Post: 08-11-2008, 06:49 PM
  2. Replies: 4
    Last Post: 04-02-2006, 09:31 AM
  3. binary searches
    By Viny in forum C Programming
    Replies: 4
    Last Post: 12-06-2001, 06:40 PM
  4. FAQ lists and searches (C)
    By Unregistered in forum FAQ Board
    Replies: 3
    Last Post: 10-31-2001, 08:04 PM
  5. lists and searches
    By Unregistered in forum C Programming
    Replies: 3
    Last Post: 10-31-2001, 08:04 PM