Sinh Function; Example Of Sinh - HP Neoview SQL Reference Manual

Hide thumbs Also See for Neoview SQL:
Table of Contents

Advertisement

SINH Function

The SINH function returns the hyperbolic sine of a numeric value expression, where the expression
is an angle expressed in radians.
SINH is a Neoview SQL extension.
SINH (numeric-expression)
numeric-expression
is an SQL numeric value expression that specifies the value for the argument of the SINH
function. See

Example of SINH

This function returns the value 1.60191908030082600E+000, or approximately 1.6019, the hyperbolic
sine of 1.25:
SINH (1.25)
406
SQL Functions and Expressions
"Numeric Value Expressions" (page
217).

Advertisement

Table of Contents
loading

Table of Contents