Open benaryorg opened 9 years ago
At the moment it is not possible to use negative numbers.
What works:
$ calculator '1-1' $ calculator '1-(0-1)'
What does not work:
$ calculator '1+-1' $ calculator '1--1' $ calculator '1/-1'
At the moment it is not possible to use negative numbers.
What works:
What does not work: