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

pow(0,0) does not throw ArithmeticException

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P2 P2
    • None
    • 1.0.2
    • core-libs
    • None
    • sparc
    • solaris_2.5.1



      Name: mc57594 Date: 01/30/97


      Documentation for java.lang.Math.pow(a, b) says that it throws an arithemtic exception for
      a <= 0 and b <= 0

      For pow(0, 0) it returns 1 instead. (This is OK, from a mathematical point of view,
      but is not according to the spec)
      This code should print "OK":

      public class p {
      public static void main (String[] av)
      {
      try
      {
      Math.pow(0.0, 0.0);
      } catch (ArithmeticException e)
      {
      System.out.println("OK");
      }
      }
      }


      company - Softway Pty Ltd , email - ###@###.###
      ======================================================================

            tlindholsunw Timothy Lindholm (Inactive)
            mchamnessunw Mark Chamness (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: