ProtoFlux:Value Reciprocal

From Resonite Wiki
Revision as of 16:51, 27 June 2024 by AmasterAmaster (talk | contribs) (Filled in this node page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
1/n
N
*
Operators

The Value Reciprocal node takes in a value and that will be used to determine the result (or quotient) of a division, where 1 is the dividend, and the value we provide is the divisor.

This acts similarly to the Div node, but 1 is being provided for us as the value we want to split across our divisor.

Inputs

N (Pseudo-Generic)

The value that will be the divisor of the division.

Outputs

* (Pseudo-Generic)

The result (or quotient) of the division.

See Also

  • Wikipedia's definition of division.
  • Microsoft's documentation on the division operator.