Quoziente
When applied to two numbers or two arrays of numbers, Quotient produces the number obtained by dividing the first number by the second and then rounding down that intermediate result to obtain an integer or the array obtained by combining corresponding components of the arrays in the same fashion, respectively.
It has three variables: denominator, numerator and result.
Struttura (per scalari):
quoziente(numeratore/denominatore)=risultato
Esempo:
quoziente(1/2) = 0
quoziente(-9/4) = -2
quoziente(-0.9/0.4) = -2
quoziente((1, -9, -0.9)/(2, 4, 0.4)) = (0, -2, -2)
Argomenti correlati:
Elementi di base di un modello Composto
Elementi di un Modello Composto speciale
Copyright University of Twente 2011
|