Search:

Type: Posts; User: warg

Search: Search took 0.00 seconds.

  1. Thread: calculating e

    by warg
    Replies
    14
    Views
    6,456

    Thanks a lot, I will begin deciphering it in the...

    Thanks a lot, I will begin deciphering it in the next few days.
  2. Thread: calculating e

    by warg
    Replies
    14
    Views
    6,456

    I'd already seen that page. Those methods seemed...

    I'd already seen that page. Those methods seemed much too complex to implement. Or if not, could you enlighten me?
  3. Thread: calculating e

    by warg
    Replies
    14
    Views
    6,456

    Thanks everyone. As a sidenote, could anyone...

    Thanks everyone.

    As a sidenote, could anyone suggest an algorithm to calculate 2^(-1/2) with more than 18 digits precision? In general, is there a formula for calculating the root of 2?
  4. Thread: calculating e

    by warg
    Replies
    14
    Views
    6,456

    Could you show me how? Of course, I'm not allowed...

    Could you show me how? Of course, I'm not allowed to use structures, only arrays.
  5. Thread: calculating e

    by warg
    Replies
    14
    Views
    6,456

    calculating e

    I've written a small code to calculate the constant e with 40 digits precision, but, apparently due to the limitations of long double, it's not accurate. Here's the code:



    #include <stdio.h>
    ...
Results 1 to 5 of 5