Difference between revisions of "Template:ReductionOperations"
From Mesham
Jump to navigationJump to search (Created page with '{| border="1" cellspacing="0" cellpadding="5" align="center" ! Operator ! Description |- | max | Identify the maximum value |- | min | Identify the minimum value |- | sum | Sum …') |
|||
Line 1: | Line 1: | ||
− | {| border="1" cellspacing="0" cellpadding="5" align=" | + | {| border="1" cellspacing="0" cellpadding="5" align="left" |
! Operator | ! Operator | ||
! Description | ! Description |
Revision as of 17:27, 12 January 2013
Operator | Description |
---|---|
max | Identify the maximum value |
min | Identify the minimum value |
sum | Sum all the values together |
prod | Generate product of all values |