(1.1) java.lang.Math.acos() does not conform to java specs

XMLWordPrintable

    • Type: Bug
    • Resolution: Won't Fix
    • Priority: P4
    • None
    • Affects Version/s: 1.1.8
    • Component/s: core-libs
    • generic
    • generic



      Name: inC81039 Date: 06/04/99



      According to "Java Language Specification" for Math.acos()
         "If argument is NaN or its absolute value is greater than 1,
          then the result is NaN."

      However, actual results are different:
      Math.acos(-10) = 0
      Math.acos( 10) = 0

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

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: