|
|
Reciprocal
When applied to a number or an array of numbers, Reciprocal produces the result of dividing 1 by the number or an array each element of which is obtained by dividing 1 by the corresponding element of the input array, respectively.
Structure (for scalars): in becomes 1/in (=out)
Example: 2 becomes 0.5 5 becomes 0.2 (2, 5) becomes (0.5, 0.2)
Special compound model elements
|