Returns the hyperbolic cosine in radians.
specifies any valid SQL expression that evaluates to a numeric value.
select cosh(0);
1
select cosh(-5.0);
74.20995
select cosh(4.37);
39.52814
select cosh(0.5);
1.127626