Search:

Type: Posts; User: kottapalli

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    3,406

    try it

    This type of programs, beter to use double and
    in printf use like
    printf(" %5.2lf");
  2. Replies
    6
    Views
    4,934

    try it ...

    int main()
    {
    long double init_temperature = 0;
    long double temp_detect = 0;
    long double final_temp = 0;

    /* Initial temperature */
    init_temperature = 25.0000000;
    ...
Results 1 to 2 of 2