Hi Joe, This all looks good aside from the “@code fusedMac” in the javadoc of which I believe you are aware.
Brian On Apr 14, 2016, at 5:14 PM, joe darcy <joe.da...@oracle.com> wrote: > In response to the review comments from Dmitry and Brian, I've prepared > another iteration of the webrev: > > http://cr.openjdk.java.net/~darcy/4851642.1/ > > Summary of the changes: > > * Renamed the method to "fma" to follow the precedent of the C library. > * Added API note citing IEEE 754 operation. > * More test cases > * More comments > * Restructured handling of finite double value to be more straightforward.