In the expression a ÷ b = c, a is called the dividend or numerator, b the divisor or denominator and the result c is called the quotient.
What's most common (in the context of programming)?
- dividend/divisor
- numerator/denominator
What's most common (in the context of programming)?
|
||||
|
|
Questions on English Language & Usage Stack Exchange are expected to relate to English language and usage within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
Dividend and divisor are terms commonly associated with long division while numerator and denominator are the preferred terms when working with fractions. Operators, operands, parameters, and arguments are usually the terms employed in programming. If any of the OP's listed terms are at all utilised, it will very likely be numerator and denominator (in their mathematical sense). |
||||
|
|