SINH(1) : SINH « Numeric Math Functions « Oracle PL / SQL
- Oracle PL / SQL
- Numeric Math Functions
- SINH
SINH(1)
SQL>
SQL> --SINH(x): Returns the hyperbolic sine of x.
SQL> select SINH(1) from dual;
SINH(1)
----------
1.17520119
SQL>
Related examples in the same category