SINHSQLSINH (expression) Parameters expression - may be a column name, a result of another function, or a math operation. Description Calculates the hyperbolic sine. This method returns a double. Example Get a hyperbolic sine: SQLSELECT SINH(angle) FROM Triangles; Updated almost 5 years ago Table of Contents Parameters Description Example