Oracle Built In Functions:SINH function

In Oracle PL/SQL SINH unction returns Hyperbolical Sine value of the input provided n.The input provided must be of an angle and should be expressed in radians
Syntax
SINH(angle)
Example
SELECT SINH(1) “Hyperbolic sine value” FROM DUAL;

Hyperbolic sine of 1
——————–
1.17520119

No comments

There are still no comments on this article.

Leave your comment...

If you want to leave your comment on this article, simply fill out the next form:




CAPTCHA Image CAPTCHA Audio
Refresh Image

You can use these XHTML tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> .