1/x (LogiX node)

From Neos Wiki
Revision as of 03:12, 20 February 2022 by Aesc (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Other languages:
English • ‎日本語
1/x
'1/x' LogiX node
Inputs
  Float X
Outputs
  Float *

The 1/x node outputs the reciprocal of X — or 1 divided by the input X.

Usage

By default this node accepts the float datatype, however it can be overloaded to accept various numeric value types if an appropriate wire is connected. If a vector datatype is connected (e.g. float3), the output will have the same number of dimensions with each element of the output being 1 divided by the corresponding element of the input. Note that for integer (int and related) datatypes this node performs integer division. This results in an invalid output which causes errors if the input is 0, output of 1 if the input is 1, and output of 0 for any other value.

Examples

Node Menu

Operators
Back Bool Vectors Nullable Parsing - ! !=
% & ?: ?? ^ | |V|
|V|² + +/- +1 < << ==
> >> × ×dT ÷ ÷dT
° · 0 1 -1 1/x
1-x A^-1 Cross Determinant Distance Filter Invalid Get Type
IsInfinity IsNaN IsNull Mask Matrix Element -n NAND
NOR Normalized NotNull Pack Columns Pack rgba Pack Rows Pack xy
Pack xyz Pack xyzw Project Reflect ROL ROR To String
Transpose Unpack Columns Unpack Rows Unpack xy Unpack xyz Unpack xyzw
XNOR