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());
        }
      }

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: