# SIGMOID

Returns the sigmoid function of **x**.

![](https://images.contentstack.io/v3/assets/bltac01ee6daa3a1e14/bltb6b00a71ba0f0d7c/6a318cb62fef9a00085613e2/16083b579cffa9-riuCsf.png)

## Syntax

```sql
SIGMOID (x)

```

## Arguments

* x: the argument

## Return Type

Double.

## Examples

```sql
SELECT SIGMOID(1);

```

```output

+--------------------+
| SIGMOID(1)         |
+--------------------+
| 0.7310585786300049 |
+--------------------+

```

***

Modified at: February 24, 2023

Source: [/db/v9.1/reference/sql-reference/numeric-functions/sigmoid/](https://docs.singlestore.com/db/v9.1/reference/sql-reference/numeric-functions/sigmoid/)

(An index of the documentation is available at /llms.txt)
