Skip to content

lib.math.float.Sigmoid

Thomas Mann edited this page Jan 17, 2024 · 1 revision

Sigmoid

in lib.math.float


Returns a sigmoid function 1/(1+e^x-1). It's very similar to [SmoothStep] but never reaches the -1 and 1 boundaries.


Input Parameters

Name (Relevancy & Type) Description
Value (Single) -
Stretch (Single) -

Outputs

Name Type
Result System.Single

Please help use to improve this documentation. Feel free to improve the description.

⚠ Everything else is automatically generated and will be overwritten regularly.

Clone this wiki locally