| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | update makefileHEADv1.5.1master | Sam Anthony | 2025-10-04 | 3 | -18/+24 |
| * | accept e-notation | Sam Anthony | 2025-10-04 | 3 | -13/+30 |
| * | bump versionv1.5.0 | Sam Anthony | 2025-09-29 | 1 | -1/+1 |
| * | enter duplicates stack val if buf empty | Sam Anthony | 2025-09-29 | 2 | -0/+13 |
| * | vacuum permettivity constantv1.4.0 | Sam Anthony | 2025-09-25 | 2 | -0/+11 |
| * | releasev1.3.1 | Sam Anthony | 2025-08-08 | 3 | -3/+17 |
| * | remove factorial wrapper function | Sam Anthony | 2024-06-25 | 1 | -22/+14 |
| * | extract boilerplate to wrapper function | Sam Anthony | 2024-06-25 | 1 | -50/+21 |
| * | bump minor version numberv1.3.0 | Sam Anthony | 2024-06-25 | 1 | -1/+1 |
| * | add logarithm functions to man page | Sam Anthony | 2024-06-25 | 1 | -0/+12 |
| * | logarithm functions | Sam Anthony | 2024-06-25 | 1 | -0/+33 |
| * | bump minor version numberv1.2.1 | Sam Anthony | 2024-06-25 | 1 | -1/+1 |
| * | don't panic if there are not enough operands | Sam Anthony | 2024-06-25 | 2 | -9/+4 |
| * | clean up operands() | Sam Anthony | 2024-06-25 | 1 | -8/+8 |
| * | return error if not enough operands in stack | Sam Anthony | 2024-06-25 | 1 | -3/+2 |
| * | elaborate operands() comment | Sam Anthony | 2024-06-25 | 1 | -1/+1 |
| * | update version number to 1.2.0v1.2.0 | Sam Anthony | 2024-02-05 | 1 | -1/+1 |
| * | add combination function to man page | Sam Anthony | 2024-02-05 | 1 | -0/+4 |
| * | add combination (n choose k) function | Sam Anthony | 2024-02-05 | 1 | -0/+32 |
| * | make functions that modify Calculator take pointer parameter | Sam Anthony | 2024-02-05 | 2 | -9/+9 |
| * | use builtin min() function from go 1.21 | Sam Anthony | 2024-01-22 | 2 | -9/+1 |
| * | rename angle mode constants | Sam Anthony | 2024-01-22 | 3 | -22/+20 |
| * | error handling and tidying | Sam Anthony | 2023-10-01 | 6 | -71/+127 |
| * | update version number to 1.1.0v1.1.0 | Sam Anthony | 2023-09-16 | 1 | -1/+1 |
| * | update man page | Sam Anthony | 2023-09-16 | 1 | -0/+4 |
| * | factorial function | Sam Anthony | 2023-09-16 | 1 | -0/+20 |
| * | limit width of windowv1.0.1 | Sam Anthony | 2023-07-29 | 2 | -15/+25 |
| * | degree/radian conversion functionsv1.0.0 | Sam Anthony | 2023-07-29 | 1 | -0/+16 |
| * | inverse trig functions | Sam Anthony | 2023-07-29 | 1 | -0/+26 |
| * | move comment | Sam Anthony | 2023-07-29 | 1 | -2/+1 |
| * | rename var lines -> padlines | Sam Anthony | 2023-07-29 | 1 | -4/+4 |
| * | add padding to ui | Sam Anthony | 2023-07-29 | 2 | -9/+47 |
| * | radian/degree mode toggle command | Sam Anthony | 2023-07-29 | 2 | -3/+5 |
| * | trig functions | Sam Anthony | 2023-07-29 | 3 | -12/+52 |
| * | rename calculator.go -> calc.go | Sam Anthony | 2023-07-29 | 1 | -0/+0 |
| * | use Stack push, pop methods | Sam Anthony | 2023-07-29 | 2 | -4/+3 |
| * | refactor | Sam Anthony | 2023-07-29 | 3 | -54/+59 |
| * | negation command | Sam Anthony | 2023-07-29 | 2 | -3/+17 |
| * | CE and AC commands | Sam Anthony | 2023-07-29 | 1 | -0/+5 |
| * | swap command | Sam Anthony | 2023-07-29 | 2 | -1/+38 |
| * | move man page assembly to seperate make target | Sam Anthony | 2023-07-29 | 2 | -5/+8 |
| * | remove superfluous keyboard command descriptions from man page | Sam Anthony | 2023-07-29 | 1 | -15/+0 |
| * | Euler's constant | Sam Anthony | 2023-07-28 | 1 | -0/+3 |
| * | split man page into multiple files | Sam Anthony | 2023-07-28 | 6 | -82/+79 |
| * | add modulo operator to man page | Sam Anthony | 2023-07-28 | 1 | -1/+36 |
| * | exponentiation operator | Sam Anthony | 2023-07-28 | 2 | -1/+4 |
| * | arithmetic operators | Sam Anthony | 2023-07-28 | 2 | -10/+58 |
| * | rename Calculator.buffer to Calculator.buf | Sam Anthony | 2023-07-28 | 2 | -13/+13 |
| * | addition operator | Sam Anthony | 2023-07-27 | 3 | -7/+28 |
| * | fix typo in input parsing block | Sam Anthony | 2023-07-23 | 1 | -1/+1 |