JDK 9 RFR of JDK-7130085 Port fdlibm hypot to Java

Dawid Weiss dawid.weiss at gmail.com
Tue Sep 22 06:51:51 UTC 2015


Not that I understand the math behind it, but out of curiosity I
looked and spotted a typo in:

> muti-precision

(unless it's some kind of complex IEEE-approved jargon for something I
have no idea about :).

Dawid

On Tue, Sep 22, 2015 at 3:22 AM, Joseph D. Darcy <joe.darcy at oracle.com> wrote:
> Hello,
>
> Please review the next portion of the port of fdlibm to Java:
>
>     JDK-7130085 Port fdlibm hypot to Java
>     http://cr.openjdk.java.net/~darcy/7130085.0/
>
> As before with pow, this isn't necessarily the end state of the code we'd
> like to stop at, but it should be sufficiently idiomatic Java for an initial
> port.
>
> To make comparison against the original C algorithm easier, I listed the C
> version of hypot as the base file to compare FdLibm.java against.
>
> Thanks,
>
> -Joe



More information about the core-libs-dev mailing list