| Commit message (Expand) | Author | Age | Files | Lines |
| * | Keep -vet happy | gingerBill | 2023-07-31 | 1 | -12/+12 |
| * | Actually add math.hypot | gingerBill | 2023-06-28 | 1 | -33/+39 |
| * | Add `math.hypot` | gingerBill | 2023-06-28 | 1 | -0/+68 |
| * | Add @(require_results) to `core:math` procedures | gingerBill | 2023-05-22 | 1 | -249/+391 |
| * | Add `math.pow10` | gingerBill | 2022-11-29 | 1 | -0/+86 |
| * | Improve core:math procedures and add loads of unit tests | gingerBill | 2022-11-29 | 1 | -12/+42 |
| * | Fix `atan2` by swapping the arguments internally | gingerBill | 2022-11-29 | 1 | -1/+1 |
| * | Implement `asin` in native Odin | gingerBill | 2022-11-04 | 1 | -2/+103 |
| * | Implement `acos` in native Odin | gingerBill | 2022-11-04 | 1 | -5/+106 |
| * | Fix atrig functions | gingerBill | 2022-11-04 | 1 | -3/+3 |
| * | Add the builtin procedures `abs`, `clamp` `min`, `max` to `core:math` as aliases | gingerBill | 2022-09-08 | 1 | -0/+6 |
| * | Correct assignment | gingerBill | 2022-08-15 | 1 | -2/+2 |
| * | Add `math.divmod` and `math.floor_divmod` | gingerBill | 2022-08-15 | 1 | -0/+19 |
| * | fixed math.log2 | blake | 2022-08-06 | 1 | -10/+17 |
| * | fix parameter for atan2 in procedure asin | Yeongju Kang | 2022-07-22 | 1 | -1/+1 |
| * | Fix #1627: Remove wrong return type in cumsum_inplace | Stanislav Ch. Nikolov | 2022-03-17 | 1 | -2/+2 |
| * | Fix issue #1574 "fract in linalg/glm is broken" by fixing | gitlost | 2022-03-08 | 1 | -5/+26 |
| * | fix math.prod | gilles | 2021-12-16 | 1 | -0/+1 |
| * | Minor cleanup to math constants | gingerBill | 2021-11-21 | 1 | -17/+14 |
| * | Add `math.signbit`; Add `math.gamma` based on http://netlib.sandia.gov/cephes... | gingerBill | 2021-11-16 | 1 | -0/+22 |
| * | Add `math.nextafter` | gingerBill | 2021-11-16 | 1 | -0/+59 |
| * | Implement `ln` based off FreeBSD's /usr/src/lib/msun/src/e_log.c | gingerBill | 2021-11-16 | 1 | -12/+0 |
| * | Implement `atanh` based on FreeBSD's /usr/src/lib/msun/src/e_atanh.c | gingerBill | 2021-11-16 | 1 | -2/+42 |
| * | Add `log1p`, `erf`, `erfc`, `ilogb` `logb` (implemented based of FreeBSD's) | gingerBill | 2021-11-16 | 1 | -22/+172 |
| * | Implement `ldexp` and `frexp` in native Odin | gingerBill | 2021-11-16 | 1 | -32/+142 |
| * | Begin work in semi-standardized `js_wasm32` target | gingerBill | 2021-11-07 | 1 | -60/+0 |
| * | Make `math` procedure `contextless`; Add `asinh`, `acosh`, `atanh` | gingerBill | 2021-11-04 | 1 | -293/+302 |
| * | Strip even more semicolons if followed by a `}` or `)` on the same line | gingerBill | 2021-08-31 | 1 | -176/+176 |
| * | Remove unneeded semicolons from the core library | gingerBill | 2021-08-31 | 1 | -466/+466 |
| * | Enforce `core:builtin` and `core:intrinsics` for imports | gingerBill | 2021-08-21 | 1 | -1/+1 |
| * | Fix for value rather than type used for intrinsics | Joakim Hentula | 2021-05-31 | 1 | -6/+6 |
| * | Last of the Endian float in math.odin. | Jeroen van Rijn | 2021-05-29 | 1 | -75/+111 |
| * | Even more Endian maths. | Jeroen van Rijn | 2021-05-29 | 1 | -18/+96 |
| * | More Endian version of maths procs. | Jeroen van Rijn | 2021-05-29 | 1 | -41/+139 |
| * | Add Endian versions of math routines. | Jeroen van Rijn | 2021-05-29 | 1 | -28/+191 |
| * | Add f16 specific procedures to core:math | gingerBill | 2021-04-01 | 1 | -59/+240 |
| * | Remove `"pure"` and `"pure_none"` calling conventions | gingerBill | 2021-02-23 | 1 | -1/+1 |
| * | Fix math.factorial() | Oskar Nordquist | 2020-12-13 | 1 | -1/+1 |
| * | Merge branch 'master' into parser-experiments | gingerBill | 2020-12-06 | 1 | -0/+24 |
| |\ |
|
| | * | Add new math procedure: inf_f32 inf_f64 nan_f32 nan_f64 | gingerBill | 2020-11-11 | 1 | -0/+24 |
| * | | Add experimental `-insert-semicolon` functionality to tokenizer and parser | gingerBill | 2020-11-01 | 1 | -1/+1 |
| |/ |
|
| * | Update math and math/linalg; add "pure_none" calling convention | gingerBill | 2020-09-10 | 1 | -3/+4 |
| * | Fix typos in math.odin | gingerBill | 2020-08-04 | 1 | -4/+4 |
| * | fix wrap in core:math | foxnne | 2020-06-02 | 1 | -1/+1 |
| * | Update math/bits | gingerBill | 2020-05-30 | 1 | -0/+1 |
| * | Fix `math.atan` | gingerBill | 2020-04-04 | 1 | -2/+2 |
| * | `x if cond else y` and `x when cond else y` expressions | gingerBill | 2020-03-05 | 1 | -4/+4 |
| * | Fix math.acos and math.asin, add f64 overloads. | vassvik | 2020-02-06 | 1 | -9/+11 |
| * | Add more to `package math` | gingerBill | 2019-12-28 | 1 | -0/+61 |
| * | Add new procedures for `package math`: `atan2`, `asin`, `acos`, `atan`, `sin_... | gingerBill | 2019-12-28 | 1 | -2/+160 |