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

(1.1) java.lang.Math.log() in violation of spec

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P4 P4
    • None
    • 1.1.8
    • core-libs
    • generic
    • generic



      Name: inC81039 Date: 06/04/99



      According to "Java Language Specification" for Math.log()
         "If argument is NaN or less than zero, then the result is NaN."

      However, actual results are different:
      Math.log(-0.0000001) = -Infinity
      Math.log(-1) = -Infinity

      ======================================================================

            mmcclosksunw Michael Mccloskey (Inactive)
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: