The sinh native AI script function returns the hyperbolic sine of an input value.
(y: f)sinh(x: f)
(y)sinh(2.0f);
This example code calculates the hyperbolic sine of 2.0 and stores the result in the variable y.
y