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

Port fdlibm to Java, part 1

XMLWordPrintable

      The java.lang.StrictMath libraries require use of the FDLIBM algorithms for some methods:

      * sin, cos, tan
      * asin, acos, atan
      * sinh, cosh, tanh
      * log, exp, log10
      * cbrt
      * atan2
      * pow
      * hypot
      * expm1, log1p

      These algorithms are implemented in C and it would be advantageous to implement them in Java instead.

            darcy Joe Darcy
            darcy Joe Darcy
            Votes:
            0 Vote for this issue
            Watchers:
            10 Start watching this issue

              Created:
              Updated:
              Resolved: