aboutsummaryrefslogtreecommitdiff
path: root/gen
AgeCommit message (Expand)Author
2021-07-30Change the API of some lib2.bc functionsGavin Howard
2021-07-30Add more bitwise functions to lib2.bcGavin Howard
2021-07-22Optimize the bitwise functions in lib2.bc with divmodGavin Howard
2021-07-22Make s2un(x,n) work with max negative numbersGavin Howard
2021-07-22Add bitwise functions in lib2Gavin Howard
2021-07-22Add two helper functions in lib2 that users might wantGavin Howard
2021-07-21Add the redefine option to the bc help textGavin Howard
2021-06-22Fix an oversightGavin Howard
2021-06-22Add environment variables to help and manualsGavin Howard
2021-06-19Remove compiler warningsGavin Howard
2021-06-19Finish documenting `gen/` in the development manualGavin Howard
2021-06-19More library clean upGavin Howard
2021-06-19Fix multi-digit number bugs in the bc libsGavin Howard
2021-06-18Do a lot of work on the development manualGavin Howard
2021-06-15Add gcd and lcm to lib2Gavin Howard
2021-04-04Fix compiler warningsGavin Howard
2021-04-04Start the process of making bc/dc work on WindowsGavin Howard
2021-03-31Change the bc and dc help textsGavin Howard
2021-03-02Fix a divide by 0 bug in `root()` (lib2.bc)Gavin Howard
2021-01-26Update copyright to 2021Gavin Howard
2020-11-30Fix an oversightStefan Eßer
2020-11-25Fix warnings and errors revealed by release.shGavin Howard
2020-11-21Remove an unneeded lineGavin Howard
2020-11-21Move more stuff around and fix all compiler errors and warningsGavin Howard
2020-11-20Avoid clobbering `r` variable in Bessel functionMichael Forney
2020-07-01Remove "All rights reserved" from license headers for FreeBSDGavin Howard
2020-06-30Add SPDX identifiers to filesGavin Howard
2020-06-30Edit the bc help a bitGavin Howard
2020-06-20Remove a now unused auto from `ceil()`Gavin Howard
2020-06-19Make the implementation of `ceil()` more efficientGavin Howard
2020-06-10Fix a bug in lib2.bc's `ceil()` functionGavin Howard
2020-04-28Fix style in lib2.bcGavin Howard
2020-03-11Merge branch 'master' into randGavin Howard
2020-03-08Fix bugs in the new functionGavin Howard
2020-03-08Add a function to lib2.bcGavin Howard
2020-03-08Tweak lib2.bcGavin Howard
2020-02-23Add a license header to a file that is missing itGavin Howard
2020-01-15Merge branch 'master' into randGavin Howard
2020-01-15Update copyright year 2019 --> 2020.Zach van Rijn
2019-11-29Add the brand() functionGavin Howard
2019-11-22Make more things errors pertaining to randGavin Howard
2019-11-22Add a random number generator to bcGavin Howard
2019-10-29Improve the root and cbrt API'sGavin Howard
2019-10-25Add root and cbrt function to lib2Gavin Howard
2019-05-26Add documentation for the -P/--no-prompt optionGavin Howard
2019-05-25Update all documentation that I could findGavin Howard
2019-05-23Add atan2 to the extended math library with testsGavin Howard
2019-04-22Another style change to strgen.sh to make sure it is POSIX onlyGavin Howard
2019-04-22Slight fix to style on strgen.shGavin Howard
2019-04-22Split test into two parts to prevent parse error if the variable is unsetStefan Esser