Search:

Type: Posts; User: timsdeece

Search: Search took 0.01 seconds.

  1. Was trying to send you a message of thanks but...

    Was trying to send you a message of thanks but couldn't find the option. Thank you very much for taking the time to read the code, it did fix it. Cheers! Thanks to Grumpy and anybody else who gave it...
  2. Thank you! excellent spot! Will try see if this...

    Thank you! excellent spot! Will try see if this fixes it!
  3. I did a full re check of dfactorial and mypow and...

    I did a full re check of dfactorial and mypow and they are both working fine. So it must be mysine, I just can't see where. In theory if you input x and 1 iteration value nmax = 1 you should get back...
  4. Basically I'm not sure where it is going wrong,...

    Basically I'm not sure where it is going wrong, it gives me ridiculous values! I made the x^n and n! programs in a sepearte exercise, then we were told to use them together to make the sine one by...
  5. sine function without use of math library using expansion and calling other functions

    /*

    A program to compute the sine of an angle using sine's series expansion and without the use of the maths library
    David Tims 10319139 [email protected]

    */


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