Quick Search:
 
 The Oracle PL/SQL SINH Function      [Return To Index] Jump to:  

Term: SINH

Definition:
In Oracle PL/SQL, SINH is a built in function which calculates hyperbolic sine of a numeric input.

Example Syntax:

SINH(n)


Example Usage:

The SQL below calculated SINH value of 5.2

SELECT SINH(5.2) FROM DUAL;

SINH(5.2)
--------------------
90.6333626553652



Related Links:
 
   Home |    Search |    Code Library |    Sponsors |    Privacy |    Terms of Use |    Contact Us © 2003 - 2024 psoug.org