Search:

Type: Posts; User: noor_mirza

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,266

    can't find the error

    I am getting these errors:
    etoxfunction.cpp:10: parse error before `continue'
    etoxfunction.cpp: In function `int main ()':
    etoxfunction.cpp:24: parse error before `continue'
    etoxfunction.cpp: At...
  2. Replies
    1
    Views
    12,235

    taylor series expansion

    Hello,

    I'm writing a program to calculate the value of e^x using taylor series expansion as my algorithm( e^x= 1 + x + (x^2)/(2!) + (x^3)/(3!)+......(x^n)/(n!)) . I think I'm going wrong...
  3. Replies
    3
    Views
    2,366

    Floating point numbers

    Hi there,

    I'm a novice (very novice) programming student. Can you tell me what the maximum and minimum values for doubles are. Or if you cannot tell what they are, can you teach me method to...
Results 1 to 3 of 3