IBM InfoSphere DataStage, Version 11.3.1
COSH function
Syntax
COSH (expression)
Description
Use the COSH function to return the hyperbolic cosine of expression. expression must be a numeric value.
If expression evaluates to the null value, null is returned.
Example
PRINT "COSH(2) = ":COSH(2)
This is the program output:
COSH(2) = 3.7622
Last updated: 2015-03-09
PDF version of this information: