sigmoid ( x -- y )
Factor handbook » The language » Numbers » Mathematical functions » Powers and logarithms

Prev:10^ ( x -- 10^x )
Next:nth-root ( n x -- y )


Vocabulary
math.functions

Inputs
xa number


Outputs
ya number


Word description
Outputs the sigmoid, an S-shaped "logistic" function, from 0 to 1, of the number x.

Definition