aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bump versionv1.5.0Sam Anthony2025-09-291-1/+1
|
* enter duplicates stack val if buf emptySam Anthony2025-09-292-0/+13
|
* vacuum permettivity constantv1.4.0Sam Anthony2025-09-252-0/+11
|
* releasev1.3.1Sam Anthony2025-08-083-3/+17
|
* remove factorial wrapper functionSam Anthony2024-06-251-22/+14
|
* extract boilerplate to wrapper functionSam Anthony2024-06-251-50/+21
|
* bump minor version numberv1.3.0Sam Anthony2024-06-251-1/+1
|
* add logarithm functions to man pageSam Anthony2024-06-251-0/+12
|
* logarithm functionsSam Anthony2024-06-251-0/+33
|
* bump minor version numberv1.2.1Sam Anthony2024-06-251-1/+1
|
* don't panic if there are not enough operandsSam Anthony2024-06-252-9/+4
|
* 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
|
* update version number to 1.2.0v1.2.0Sam Anthony2024-02-051-1/+1
|
* add combination function to man pageSam Anthony2024-02-051-0/+4
|
* add combination (n choose k) functionSam Anthony2024-02-051-0/+32
|
* make functions that modify Calculator take pointer parameterSam Anthony2024-02-052-9/+9
|
* use builtin min() function from go 1.21Sam Anthony2024-01-222-9/+1
|
* rename angle mode constantsSam Anthony2024-01-223-22/+20
|
* error handling and tidyingSam Anthony2023-10-016-71/+127
|
* update version number to 1.1.0v1.1.0Sam Anthony2023-09-161-1/+1
|
* update man pageSam Anthony2023-09-161-0/+4
|
* factorial functionSam Anthony2023-09-161-0/+20
|
* limit width of windowv1.0.1Sam Anthony2023-07-292-15/+25
|
* degree/radian conversion functionsv1.0.0Sam Anthony2023-07-291-0/+16
|
* inverse trig functionsSam Anthony2023-07-291-0/+26
|
* move commentSam Anthony2023-07-291-2/+1
|
* rename var lines -> padlinesSam Anthony2023-07-291-4/+4
|
* add padding to uiSam Anthony2023-07-292-9/+47
|
* radian/degree mode toggle commandSam Anthony2023-07-292-3/+5
|
* trig functionsSam Anthony2023-07-293-12/+52
|
* rename calculator.go -> calc.goSam Anthony2023-07-291-0/+0
|
* use Stack push, pop methodsSam Anthony2023-07-292-4/+3
|
* refactorSam Anthony2023-07-293-54/+59
|
* negation commandSam Anthony2023-07-292-3/+17
|
* CE and AC commandsSam Anthony2023-07-291-0/+5
|
* swap commandSam Anthony2023-07-292-1/+38
|
* move man page assembly to seperate make targetSam Anthony2023-07-292-5/+8
|
* remove superfluous keyboard command descriptions from man pageSam Anthony2023-07-291-15/+0
|
* Euler's constantSam Anthony2023-07-281-0/+3
|
* split man page into multiple filesSam Anthony2023-07-286-82/+79
|
* add modulo operator to man pageSam Anthony2023-07-281-1/+36
|
* exponentiation operatorSam Anthony2023-07-282-1/+4
|
* arithmetic operatorsSam Anthony2023-07-282-10/+58
|
* rename Calculator.buffer to Calculator.bufSam Anthony2023-07-282-13/+13
|
* addition operatorSam Anthony2023-07-273-7/+28
|
* fix typo in input parsing blockSam Anthony2023-07-231-1/+1
|
* constant and function parsing skeletonSam Anthony2023-07-234-5/+45
|
* use UTF-8 box characters in uiSam Anthony2023-07-231-12/+60
|