The reciprocal operation (1/x) calculates the multiplicative inverse of a number.
Produces 0 if the input is 0.
Interface
Inputs
| Parameter | Details | Possible Types |
|---|---|---|
| Value | The number for which the reciprocal is calculated. Primary Input | f32[]f32f64[]f64 |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | f64f64[]f32f32[] |