re PR libgcj/27731 (Math cbrt(), cosh(), expm1(), hypot(), log1p(), sinh() and tanh...
authorTom Tromey <tromey@redhat.com>
Wed, 24 May 2006 17:14:45 +0000 (17:14 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Wed, 24 May 2006 17:14:45 +0000 (17:14 +0000)
commitf32f60c997d57ba70a977804cdfb07068557033f
tree163905593230d6153f822639a08dcee4912f3849
parentb7ee72de2db0a89db568b94650e06ead6ed1feaf
re PR libgcj/27731 (Math cbrt(), cosh(), expm1(), hypot(), log1p(), sinh() and tanh() not implemented)

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.

From-SVN: r114045
libjava/ChangeLog
libjava/java/lang/Math.java
libjava/java/lang/natMath.cc