Hacker News new | ask | show | jobs
by refiammingo 4843 days ago
What about subtraction now?
2 comments

Negative numbers are supported. But if you want a clean solution, implementing a SubtractionOperator is easy enough. Just implement the OperatorInterface.
That'd probably require a separate extension, but it's feasible.