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 | +--------------------+
Returns the sigmoid function of x.
SIGMOID (x)
x: the argument
Double.
SELECT SIGMOID(1); **** +--------------------+ | SIGMOID(1) | +--------------------+ | 0.7310585786300049 | +--------------------+