SINH(1) : SINH « Numeric Math Functions « Oracle PL / SQL






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

1.SINH: Returns the hyperbolic sine of a value