COSH(num)
COSH is the hyperbolic cosine of n.
COSH
num
It can take a numeric data type or a data type that can be converted to numeric as an argument.
The return type is the same as the numeric data type given as an argument.
SELECT TANH(0); tanh ------ 0
Last updated 7 months ago