|
I sometimes need to compute the maximum or minimum of two arrays. |
Answered by
honno
Jan 26, 2022
Replies: 1 comment 1 reply
|
I think as this can be achieved with a mix of |
1 reply
Answer selected by
rgommers
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think as this can be achieved with a mix of
xp.where()and less/greater ops, it's really a question of would these methods be used enough to justify the maintenance/"API bloat"—I have no idea myself 😅