aboutsummaryrefslogtreecommitdiffstats
path: root/calc.go
Commit message (Expand)AuthorAgeFilesLines
* don't panic if there are not enough operandsSam Anthony2024-06-251-6/+3
* clean up operands()Sam Anthony2024-06-251-8/+8
* return error if not enough operands in stackSam Anthony2024-06-251-3/+2
* elaborate operands() commentSam Anthony2024-06-251-1/+1
* rename angle mode constantsSam Anthony2024-01-221-6/+6
* error handling and tidyingSam Anthony2023-10-011-25/+58
* limit width of windowv1.0.1Sam Anthony2023-07-291-7/+4
* add padding to uiSam Anthony2023-07-291-0/+7
* radian/degree mode toggle commandSam Anthony2023-07-291-3/+3
* trig functionsSam Anthony2023-07-291-2/+10
* rename calculator.go -> calc.goSam Anthony2023-07-291-0/+63