RFR: 8273346: Expand library mappings to IEEE 754 operations [v4]
Brian Burkhalter
bpb at openjdk.java.net
Tue Jun 7 02:59:06 UTC 2022
On Mon, 6 Jun 2022 22:24:03 GMT, Joe Darcy <darcy at openjdk.org> wrote:
>> Generally add apiNote's to map from Java library methods to particular IEEE 754 operations. For now, I only added such notes to java.lang.Math and not java.lang.StrictMath.
>
> Joe Darcy has updated the pull request incrementally with one additional commit since the last revision:
>
> Respond to review feedback.
Approved assuming comments will be addressed prior to integration.
src/java.base/share/classes/java/math/RoundingMode.java line 53:
> 51: * two bracketing values is the result. For in-range real numbers, for
> 52: * a given set of representable values, a rounding policy maps a
> 53: * continuous segment of real number line to a single representable
"the" real number line
-------------
Marked as reviewed by bpb (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/8876
More information about the core-libs-dev
mailing list