What’s the best way to filter a list based on some predicate?
I was able to use “extract value where … from somelist” for some basic arithmetic, but when I throw a function into the predicate I get unexpected results (“value < f[value]” always seems to be true even though it definitely isn’t).
I’m wondering if I’ve misunderstood the “where” clause and it is only supposed to be used in table columns or something.