IBM InfoSphere DataStage, Version 11.3.1
SINH function
Syntax
SINH (expression)
Description
Use the SINH function to return the hyperbolic sine of expression. expression must be numeric and represents the angle expressed in degrees. If expression evaluates to the null value, null is returned.
Example
PRINT "SINH(2) = ":SINH(2)
This is the program output:
SINH(2) = 3.6269
Last updated: 2015-03-09
PDF version of this information: