SQL/MX 2.x Reference Manual (H06.04+)

SQL/MX Functions and Expressions
HP NonStop SQL/MX Reference Manual540440-003
9-140
SIN Function
SIN Function
The SIN function returns the sine of a numeric value expression, where the expression
is an angle expressed in radians.
SIN is an SQL/MX extension.
numeric-expression
is an SQL numeric value expression that specifies the value for the argument of
the SIN function. See Numeric Value Expressions on page 6-48.
Examples of SIN
This function returns the value 3.42052233254419920E-001, or approximately
0.3420, the sine of 0.3491 (which is 20 degrees):
SIN (0.3491)
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 an SQL/MX extension.
numeric-expression
is an SQL numeric value expression that specifies the value for the argument of
the SINH function. See Numeric Value Expressions on page 6-48.
Examples of SINH
This function returns the value 1.60191908030082600E+000, or approximately
1.6019, the hyperbolic sine of 1.25:
SINH (1.25)
SIN (numeric-expression)
SINH (numeric-expression)