RFR: JDK-8283124: Add constant for tau to Math and StrictMath [v2]
Iris Clark
iris at openjdk.java.net
Tue Mar 15 02:33:39 UTC 2022
On Mon, 14 Mar 2022 23:21:26 GMT, Joe Darcy <darcy at openjdk.org> wrote:
>> Add a constant for tau, 2*pi, to Math and StrictMath. Since 2*pi is a very common value in mathematical formulas, it is helpful to give it a distinct constant.
>>
>> Please also review the CSR https://bugs.openjdk.java.net/browse/JDK-8283136
>
> Joe Darcy has updated the pull request incrementally with one additional commit since the last revision:
>
> Set value with 2.0 * PI.
Marked as reviewed by iris (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/7813
More information about the core-libs-dev
mailing list