Feel free to let me know if this is better suited for:
That said, I'm wondering if there's a math term for the nature of "sum", "difference", "product", and "quotient".
Now these are obviously the results of specific operations (i.e. sum can only be produced by an addition operation), however is there a math term more appropriate than how I just used "results"?
Another way to put it, say I were building an array of these terms, what would the variable name be?
const someMathTerm = ['SUM', 'DIFF, 'PROD', 'QUOT'];
type(resultTypeoroutputType), since you're right, there doesn't appear to be a more technical term. I always like checking on these little things however. Thanks again. – lux Jun 01 '16 at 16:54