5

Sometimes operands for a specific operation are given a special name. For example, in division the first operand is a quotient, the second is a divisor. Is there a word that means "one of the operands in a scalar multiplication"?

(I'm trying to figure out a concise name for some variables in my code; the purpose of these variables is essentially to be multiplied.)

Superbest
  • 3,400

3 Answers3

7

I've heard of the usage "multiplicand" $\times$ "multiplier" $=$ "product".

EuYu
  • 41,421
7

You could also use the word "factor".

born
  • 859
  • 6
  • 12
4

I would use the word "multiplicand".

nonpop
  • 2,008