Search:

Type: Posts; User: chengdu

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,360

    Sorry, you meant to change this line? P= pow (...

    Sorry, you meant to change this line?

    P= pow ( (sqrt( (S*S)-(Q*Q*Q)+fabs(S) )), 1.0/3.0);

    I have changed it, still gets an error. Closes with no answer :(
  2. Replies
    4
    Views
    1,360

    Thanks Salem, here is the updated code, but still...

    Thanks Salem, here is the updated code, but still doesn't work!



    /*
    ** Solve a cubic polynomial
    ** By x
    */

    #include <math.h>
  3. Replies
    4
    Views
    1,587

    I would go with XP pro, much faster. Uses less...

    I would go with XP pro, much faster. Uses less RAM also, which is needed for your math programs.
  4. Replies
    4
    Views
    1,360

    Trying to calc solution to cubic

    Ok this is what ive done so far:




    /*
    ** Solve a cubic polynomial
    ** By xxxxxxxxxxxxxxxx
    */
Results 1 to 4 of 4