# Sinh

### **Description**‌

The Sinh function returns the hyperbolic sine of a number.

### **Syntax**

‌The syntax for the Sinh function is:

`math.Sinh(x)`

#### ‌**Parameters**

x - numeric value.&#x20;

### **Returns**

‌The Sinh function returns a number.

### **Applies To**‌

Flow 6‌.14

### **Example**‌

Let's look at some Sinh function examples and explore how to use the Sinh function.‌

```
Return Math.Sinh(1) = 1.1752011936438
```
