| Oracle8i SQL Reference Release 2 (8.1.6) A76989-01 |
|
Functions, 85 of 121
SINH returns the hyperbolic sine of n.
SELECT SINH(1) "Hyperbolic sine of 1" FROM DUAL; Hyperbolic sine of 1 -------------------- 1.17520119
|
|
![]() Copyright © 1999 Oracle Corporation. All Rights Reserved. |
|