aboutsummaryrefslogtreecommitdiffstats
path: root/func.go
Commit message (Expand)AuthorAgeFilesLines
* add combination (n choose k) functionSam Anthony2024-02-051-0/+32
* make functions that modify Calculator take pointer parameterSam Anthony2024-02-051-8/+8
* rename angle mode constantsSam Anthony2024-01-221-10/+8
* error handling and tidyingSam Anthony2023-10-011-15/+28
* factorial functionSam Anthony2023-09-161-0/+20
* degree/radian conversion functionsv1.0.0Sam Anthony2023-07-291-0/+16
* inverse trig functionsSam Anthony2023-07-291-0/+26
* trig functionsSam Anthony2023-07-291-9/+41
* constant and function parsing skeletonSam Anthony2023-07-231-0/+18