Search:

Type: Posts; User: GCobbz

Search: Search took 0.00 seconds.

  1. i just found out its using the switch function,...

    i just found out its using the switch function, so please ignore my ignorance
  2. changing accuracy of output from an input value

    im trying to set the accuracy of an output by a value which is input.

    ive got the number coded in etc, and im trying to determine how many numbers should appear after the decimal place.
    atm i...
  3. Replies
    8
    Views
    1,180

    i used the old fashioned, change all the %f ->...

    i used the old fashioned, change all the %f -> %lf so the code actually makes some sense ;)
  4. Replies
    8
    Views
    1,180

    right, i fixed it and it works incase anyone...

    right, i fixed it and it works incase anyone cares its now


    #include<math.h>
    #include<stdio.h>

    double func(double x);
    double deriv(double x);

    double func(double x)
  5. Replies
    8
    Views
    1,180

    would love to but i gotta use this silly...

    would love to but i gotta use this silly newton-raphson method :(
  6. Replies
    8
    Views
    1,180

    thanks for the support :o im new to this, and...

    thanks for the support :o

    im new to this, and im a physics student with this leet programming course to attempt, thanks thou :)
  7. Replies
    8
    Views
    1,180

    anyone help me please

    hi im a retard and i cant get this to work any of you super chaps can help would be appreciated my code is
    #include<math.h>
    #include<stdio.h>

    double func(double x);
    double deriv(double x);
    ...
Results 1 to 7 of 7