ProtoFlux:Sigmoid: Difference between revisions

From Resonite Wiki
Added flux node and rudimentary explanations. I do not be knowing math.
 
Added link.
 
Line 13: Line 13:
|}}
|}}


The <code>Sigmoid</code> node remaps a value between 0 and 1, based on the sigmoid curve.
The <code>Sigmoid</code> node remaps a value between 0 and 1, based on the [https://en.wikipedia.org/wiki/Sigmoid_function sigmoid curve].


== Inputs ==
== Inputs ==

Latest revision as of 05:24, 29 May 2024

Sigmoid
X
*
E
Math

The Sigmoid node remaps a value between 0 and 1, based on the sigmoid curve.

Inputs

X (float)

The value to evaluate.

E (float)

Euler's number

Outputs

* (float)

Returns the result.