Name
asinh — return the inverse hyperbolic sine of a value
Synopsis
asinh(
|
in x double precision); |
Description
asinh returns the inverse hyperbolic sine (area
hyperbolic sine) of x. The argument is converted to
an IEEE 64-bit float and the result is of that type.
Parameters
x
Any double precision value.
Return Types
asinh returns a double precision value.
Examples
Example 24.519. Simple example
SQL> select asinh(0);
unnamed
DOUBLE PRECISION NOT NULL
_______________________________________________________________________________
0
1 Rows. -- 0 msec.