Uploaded image for project: 'Commons Math'
  1. Commons Math
  2. MATH-1113

"FastMath.atan" is slow

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 3.2
    • 4.X
    • None

    Description

      This issue is related to
      MATH-740
      MATH-901

      Micro-benchmarks show that "FastMath.atan2" is faster than "Math.atan2" but that "FastMath.atan" is slower than "Math.atan". However, both "FastMath.atan2" and "Math.atan" call the internal method "FastMath.atan(double,double,boolean)".

      It seems that some performance improvement could be achieved, through understanding why the results seem contradictory.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              erans Gilles Sadowski
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: