Introducing Radical.sh

Forget Code launches a powerful code generator for building API's

COSH in Teradata

COSH returns the hyperbolic cosine of an argument and it is a Teradata extension to the ANSI SQL-99 standard.

Syntax:
SELECT COSH(EXP(float))


Note:
If the argument is not FLOAT, it is converted to a FLOAT value, based on implicit type conversion rules.
If the argument cannot be converted, an error is reported to the user.

Examples:
SELECT COSH(EXP(1))

Result: 7.61012513866229E


..