mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8375285: Added versions.
This commit is contained in:
parent
d6ed1b896b
commit
ed1d4d3c94
@ -2782,6 +2782,7 @@ public final class Math {
|
||||
* </ul>
|
||||
* @param x The number whose inverse hyperbolic sine is to be returned.
|
||||
* @return The inverse hyperbolic sine of {@code x}.
|
||||
* @since 27
|
||||
*/
|
||||
public static double asinh(double x) {
|
||||
return StrictMath.asinh(x);
|
||||
|
||||
@ -2193,6 +2193,7 @@ public final class StrictMath {
|
||||
* </ul>
|
||||
* @param x The number whose inverse hyperbolic sine is to be returned.
|
||||
* @return The inverse hyperbolic sine of {@code x}.
|
||||
* @since 27
|
||||
*/
|
||||
public static double asinh(double x) {
|
||||
return FdLibm.Asinh.compute(x);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user