Skip to main content

SIGMOID

Returns the sigmoid function of x.

16083b579cffa9.png

Syntax

SIGMOID (x)

Arguments

  • x: the argument

Return Type

Double.

Examples

SELECT SIGMOID(1);
****
+--------------------+
| SIGMOID(1)         |
+--------------------+
| 0.7310585786300049 |
+--------------------+