Search:

Type: Posts; User: Ubuntu2014

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    1,323

    Is there any command in C language which goes...

    Is there any command in C language which goes like this :
    if(a=real number)continue;
    else break;
  2. Replies
    9
    Views
    1,323

    When I typed a variable, it kept me asking...

    When I typed a variable, it kept me asking whether I want to quit the program and the program did not terminate even if I typed N (for no).
  3. Replies
    9
    Views
    1,323

    #include #include int main()...

    #include<stdio.h>
    #include<math.h>
    int main()
    {
    double zeta5 = 24.88626612344087823195277167496882003336994206804590748738062 , a , b , c , d ,
    e =...
  4. Replies
    9
    Views
    1,323

    Infinite loop.

    Hello. I made a C program and used while(1) to create loop and defined condition is if(a<0)break; . But when I by mistake typed an alphabet, it continued as an infinite loop. I searched Google but...
  5. Replies
    7
    Views
    3,792

    Initially I tried to login with my previous...

    Initially I tried to login with my previous username but couldn't do so. I came to know about my new username because you replied to this thread and because I had subscribed to this thread. But what...
  6. Replies
    7
    Views
    3,792

    Ubuntu2014

    Ubuntu2014
  7. Replies
    7
    Views
    3,792

    Private Message.

    Hello. I found no place to ask this question so I have posted it here. I want my username to be changed for privacy reasons. I tried to send a private message to webmaster but I was unable to do so....
  8. Replies
    4
    Views
    963

    That may be a problem but the main problem is the...

    That may be a problem but the main problem is the wrong answer computed by the C program.
  9. Replies
    4
    Views
    963

    conversion to c.

    Hello!
    I have just written a fortran 90 program and willing to convert it into C language.
    I have almost done it but when the fortran 90 program asks me to enter the upper limit, I enter the upper...
  10. Thread: program

    by Ubuntu2014
    Replies
    4
    Views
    1,032

    well here is what I tried. I first integrated...

    well here is what I tried. I first integrated this through a math software and now I have this : 4x^3 Li2(e^x) - 12x^2 Li3(e^x) + 24x Li4(e^x) - 24 Li5(e^x) + x^4 log(1-e^x) + constant.
    here is then...
  11. Thread: program

    by Ubuntu2014
    Replies
    4
    Views
    1,032

    program

    How do I write a program to solve the integral (e^x)*(x^4)/(e^x-1) from a to b where a is the lower limit and b is the upper limit input by the user. I am having serious problems writing the code...
Results 1 to 11 of 12