1!sum 2- go: Max 3 commutative: true 4 documentation: !string |- 5 // NAME computes the maximum of each pair of corresponding elements in x and y. 6- go: Min 7 commutative: true 8 documentation: !string |- 9 // NAME computes the minimum of each pair of corresponding elements in x and y.