# SIGMOID

The `SIGMOID()` function returns the sigmoid function of **x**.

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

## Syntax

```sql
SIGMOID (x)

```

## Arguments

* x: the argument

## Return Type

Double.

## Examples

```sql
SELECT SIGMOID(1);

```

```output

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

```

***

Modified at: July 14, 2026

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)
