back
3 comments
In the Python community, agreement with a proposed change (“this is a good idea”) is indicated by +1, disagreement (“this is a bad idea”) is indicated by -1, and mostly indifference leaning slightly for or against (as in “I (dis)approve but don’t really care”) is indicated by +0 or -0. My guess is that -0.small is intended to mean something like “I slightly disapprove but this is utterly insignificant”.

Edit: much more amusing is Antoine’s comment “[...] Otherwise +11j from me”

probably a representation of a value smaller than 0 but larger than the nearest-to-0 possible value that can be encoded as a floating point number (that still isn't 0). or something like that.

see also http://en.wikipedia.org/wiki/Subnormal_numbers

I'd parse it to be "opposed to it but only very slightly." Similar to -σ maybe.