Outdated Version
You are viewing an older version of this section. View current production version.
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 |
+--------------------+