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

java.lang.Bignum.sqrt() method hangs

XMLWordPrintable

    • sparc
    • solaris_2.5

      ==== The following program hangs ====
      import java.lang.Bignum;
      class java_lang_Bignum_sqrt {
        public static void main(String args[]) {
          Bignum b1=new Bignum("777777777.777");
          System.out.println(b1.sqrt());
        }
      }

            mhapnersunw Mark Hapner (Inactive)
            mgorshen Mikhail Gorshenev (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: