Thread: powers without .math?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Sep 2014
    Posts
    12
    ummm... sorry but I'm really lost as to where binary came in here...

    I feel confused haha

    Basically I want these results:

    Code:
               1  0  1.0
               3  1  0.333333343
               9  2  0.111111112
              27  3  0.037037037
              81  4  0.012345679
             243  5  0.004115226
             729  6  0.001371742
            2187  7  0.000457247
            6561  8  0.000152416
           19683  9  0.000050805
    But I get this:

    Code:
        3 0 1.000000000
        9 1 0.111111112
       27 2 0.037037037
       81 3 0.012345679
      243 4 0.004115226
      729 5 0.001371742
     2187 6 0.000457247
     6561 7 0.000152416
    19683 8 0.000050805
    59049 9 0.000016935
    Last edited by DrPenguin; 09-22-2014 at 09:25 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. powers
    By domacadin in forum C++ Programming
    Replies: 3
    Last Post: 12-24-2010, 01:51 PM
  2. Powers
    By Gordon in forum Windows Programming
    Replies: 8
    Last Post: 06-18-2008, 05:23 PM
  3. The powers (that be)
    By mlmoran in forum C Programming
    Replies: 4
    Last Post: 05-02-2007, 12:49 PM
  4. Help with powers
    By Tim in forum C Programming
    Replies: 3
    Last Post: 05-03-2002, 02:52 AM

Tags for this Thread