Search:

Type: Posts; User: grumpy

Search: Search took 0.08 seconds.

  1. You might want to look carefully at the scanf()...

    You might want to look carefully at the scanf() statement. In particular, check that values of x and nmax are what you expect immediately after reading them. I doubt my concerns about your...
  2. You might want to check where the computation is...

    You might want to check where the computation is going awry. Is it in the computation of dfactorial()? Is it in the computation of mypow()? Or just in the computation of mysine()?

    Remember,...
Results 1 to 2 of 2