SIGMOID

Returns the sigmoid function of x.

Syntax

SIGMOID (x)

Arguments

  • x: the argument

Return Type

Double.

Examples

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

Last modified: February 24, 2023

Was this article helpful?