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