Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-5005104

(fmt) printf prints 99.99 as "10." on unix and "10 ." on windows

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 5.0
    • 5.0
    • core-libs
    • b58
    • sparc
    • solaris_8

      This is in Tiger Beta1.

      I ran into a minor formating glitch with printf. When printing
      a double value of 99.99 I managed to get it to print as "10."


      public class Print {

          public static void main(String arv[]) {
              double x = 99.99;
              System.out.printf("x = %3.0f\n", x);
          }

      }


      This wasn't what I was expecting.

      There is a further oddity. When I run the program on Solaris
      I get "10." But when I run it on Windows I get "10 ." That is,
      there is a space betwene the zero and the dot. Odd.


      ###@###.### 2004-02-27

            iris Iris Clark
            ghamiltosunw Graham Hamilton (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: