Reciproco
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.
It has two variables: in and out.
Struttura (per scalari):
in entrata diventa 1/in entrata(=uscita)
Esempo:
i
5 diventa0.2
(2, 5) diventa (0.5, 0.2)
Argomenti correlati:
Elementi di base di un modello Composto
Elementi di un Modello Composto speciale
Copyright University of Twente 2011
|