The cosh native AI script function returns the hyperbolic cosine of the input value.
(y: f)cosh(x: f)
x
(result)cosh(1.0);
This example code returns the value of the hyperbolic cosine of 1.0\ in variable result.