You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support min and max expression operators of arbitrary size (#67)
* Support min and max expression operators of arbitrary size
There was an explicit implementation for various minN and maxN
derived counter expression operators. This replaces all those
implementations with a single min amd max implementation that
works for any arbitrary value of N.
* Did the same for the sum operator
sum and sumN, with N being any positive value >= 1 is now
supported
0 commit comments