I would expect `(pos? 0)` to be false. ``` (dc/pos? (dc/decimal 0)) ;=> true ``` Also its docstring makes no sense: "Returns true if the value of this Decimal is negative, otherwise returns false."