This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgcj/27731] Math cbrt(), cosh(), expm1(), hypot(), log1p(), sinh() and tanh() not implemented



------- Comment #2 from tromey at gcc dot gnu dot org  2006-05-24 17:14 -------
Subject: Bug 27731

Author: tromey
Date: Wed May 24 17:14:45 2006
New Revision: 114045

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114045
Log:
        PR libgcj/27731:
        * java/lang/natMath.cc (cbrt, cosh, expm1, hypot, log1p, sinh,
        tanh): New methods.
        * java/lang/Math.java (cbrt, cosh, expm1, hypot, log1p, sinh,
        tanh): Declare.

Modified:
    trunk/libjava/ChangeLog
    trunk/libjava/java/lang/Math.java
    trunk/libjava/java/lang/natMath.cc


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27731


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]