Search:

Type: Posts; User: flanderso

Search: Search took 0.00 seconds.

  1. Thanks a lot whiteflags! Btw, what manual?

    Thanks a lot whiteflags!

    Btw, what manual?
  2. Printing float number with incremented precision

    Hi

    The following code gives the corresponding print:


    floatValue = 12345.67890;

    printf("%.1f\n", floatValue);
    printf("%.2f\n", floatValue);
    printf("%.3f\n", floatValue);
Results 1 to 2 of 2