aboutsummaryrefslogtreecommitdiff
path: root/gen/lib2.bc
AgeCommit message (Expand)Author
2023-08-22Make a tiny tweak to TediusTimmy's algorithmGavin D. Howard
2023-08-18Add a better p(x, y) from TediusTimmy in GitHub issue #69Gavin D. Howard
2023-03-13Remove a useless line from root()Gavin D. Howard
2023-03-13Fix a bug in root() and cbrt()Gavin D. Howard
2023-03-13Fix a scale setting bug in root()Gavin D. Howard
2023-03-07Add a Fibonacci function to the extended math libraryGavin D. Howard
2023-02-22Remove two extraneous characters from lib2.bcGavin D. Howard
2022-12-20Update copyright yearGavin Howard
2022-12-06Reduce the size of lib2.bc even moreGavin Howard
2022-12-06Fix a bug in lib2.bcGavin Howard
2022-12-06Reduce the size of lib2.bcGavin Howard
2021-09-27Add the plz*() and pnlz*() functions to gen/lib2.bcGavin Howard
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-06-19More library clean upGavin Howard
2021-06-19Fix multi-digit number bugs in the bc libsGavin Howard
2021-06-15Add gcd and lcm to lib2Gavin Howard
2021-03-02Fix a divide by 0 bug in `root()` (lib2.bc)Gavin Howard
2021-01-26Update copyright to 2021Gavin Howard
2020-07-01Remove "All rights reserved" from license headers for FreeBSDGavin Howard
2020-06-30Add SPDX identifiers to filesGavin 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-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-23Add atan2 to the extended math library with testsGavin Howard
2019-04-08Change all of the license headersGavin Howard
2019-02-21Add t() to the extended math libraryGavin Howard
2019-02-18Add aliases and tan() in lib2Gavin Howard
2019-02-17Add a ceil() function to lib2Gavin Howard
2019-02-17Shrink lib2 even moreGavin Howard
2019-02-17Reduce size of lib2Gavin Howard
2019-02-13Fix a bug in lib2Gavin Howard
2019-02-13Add radian and degree conversion functionsGavin Howard
2019-01-24Add abs() as a built inGavin Howard