SINH
SINH (expression)
Parameters
expression
Description
Calculates the hyperbolic sine. This method returns a double.
Example
Get a hyperbolic sine:
SELECT SINH(angle) FROM Triangles;
Updated about 5 years ago