[ 
https://issues.apache.org/jira/browse/MATH-1591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17359086#comment-17359086
 ] 

Gilles Sadowski edited comment on MATH-1591 at 6/8/21, 11:16 AM:
-----------------------------------------------------------------

Howdy! 

I've not kept up with the mailing list and trying to catch up confuses me.
Now, some quick questions:
- MATH-1591, is it aimed also for 3.x ? 
- What should I fork of? Is it still modularized_master?
- Should FastMath be renamed AccurateMath?

Cheers
/Erik




was (Author: erik_nasdaq):
Howdy! 

I've not kept up with the mailing list and trying to catch up confuses me.
Now, some quick questions:
- MATH-1591, is it aimed also for 3.x ? 
- What should I fork of? Is it still modularized_master?
- Should FastMath be renamed AccurateMath?

Cheers
/Erik


Erik Svensson
Principal Architect
Strategic Programs, Platform & Product Engineering
 <http://www.nasdaq.com/>
Desk
Mobile
Email
Address  
+ 46 8 405 66 39
+ 46 73 449 66 39
erik.svens...@nasdaq.com
Tullvaktsvägen 15, Stockholm
 <https://www.facebook.com/nasdaq/>
 <https://twitter.com/nasdaq>
 <https://www.linkedin.com/company/nasdaq>
 <https://www.instagram.com/nasdaq/>
 <https://www.pinterest.com/nasdaq/>
rewritetomorrow.com <http://rewritetomorrow.com/>
 

On 2021-06-01, 00:50, "Gilles Sadowski (Jira)" <j...@apache.org> wrote:

    WARNING - External email; exercise caution.

         [ 
https://issues.apache.org/jira/browse/MATH-1591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

    Gilles Sadowski reassigned MATH-1591:
    -------------------------------------

        Assignee: Erik Svensson

    > Add missing methods for FastMath to bring FastMath up to JDK9 level
    > -------------------------------------------------------------------
    >
    >                 Key: MATH-1591
    >                 URL: https://issues.apache.org/jira/browse/MATH-1591
    >             Project: Commons Math
    >          Issue Type: Improvement
    >    Affects Versions: 4.0
    >            Reporter: Erik Svensson
    >            Assignee: Erik Svensson
    >            Priority: Major
    >
    > With JDK9, 6 new methods were added to java.lang.Math which do not exist 
in FastMath, which means that FastMath is not a drop-in replacement for jlM. 
    > I propose to add them 
    > The new methods are : 
    > fma 
([https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Math.html#fma(double,double,double)])
    > multiplyFull 
([https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Math.html#multiplyFull(int,int)])
    > multiplyHigh 
([https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Math.html#multiplyHigh(long,long)])
    > negateExact 
([https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Math.html#negateExact(int)])
    > toDegrees 
([https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Math.html#toDegrees(double)])
    > toRadians 
([https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Math.html#toRadians(double)])
    >  



    --
    This message was sent by Atlassian Jira
    (v8.3.4#803005)

*******************************************
CONFIDENTIALITY AND PRIVACY NOTICE: This e-mail and any attachments are for the 
exclusive and confidential use of the intended recipient and may constitute 
non-public information.  Personal data in this email is governed by our Privacy 
Policy at  https://www.nasdaq.com/privacy-statement  unless explicitly excluded 
from it; please see the section in the policy entitled “Situations Where This 
Privacy Policy Does Not Apply” for circumstances where different privacy terms 
govern emailed personal data.  If you received this e-mail in error, 
disclosing, copying, distributing or taking any action in reliance of this 
e-mail is strictly prohibited and may be unlawful. Instead, please notify us 
immediately by return e-mail and promptly delete this message and its 
attachments from your computer system. We do not waive any work product or 
other applicable legal privilege(s) by the transmission of this message.
*******************************************


> Add missing methods for FastMath to bring FastMath up to JDK9 level
> -------------------------------------------------------------------
>
>                 Key: MATH-1591
>                 URL: https://issues.apache.org/jira/browse/MATH-1591
>             Project: Commons Math
>          Issue Type: Improvement
>    Affects Versions: 4.0
>            Reporter: Erik Svensson
>            Assignee: Erik Svensson
>            Priority: Major
>
> With JDK9, 6 new methods were added to java.lang.Math which do not exist in 
> FastMath, which means that FastMath is not a drop-in replacement for jlM. 
> I propose to add them 
> The new methods are : 
> fma 
> ([https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Math.html#fma(double,double,double)])
> multiplyFull 
> ([https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Math.html#multiplyFull(int,int)])
> multiplyHigh 
> ([https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Math.html#multiplyHigh(long,long)])
> negateExact 
> ([https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Math.html#negateExact(int)])
> toDegrees 
> ([https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Math.html#toDegrees(double)])
> toRadians 
> ([https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Math.html#toRadians(double)])
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to