I was trying to get an average value of a bunch of numbers which could be either positive or negative to see whether the average is close to zero. It turns out that aggregations (including max, min and avg) treat values as unsigned and, thus. do not work as expected for negative values. Do you think it is a valid RFE to have version of these aggregations which work on signed data?
- akolb _______________________________________________ dtrace-discuss mailing list [email protected]
