| Commit message (Expand) | Author | Age | Files | Lines |
| * | Get rid of duplicate `math.signbit` in favor of `math.sign_bit` | Jeroen van Rijn | 2025-04-15 | 1 | -26/+0 |
| * | Fixed math.nextafter procs skipping from 0 to 1. | Barinzaya | 2025-04-07 | 1 | -3/+3 |
| * | Fix binomial function | Evan Martinez | 2024-11-28 | 1 | -1/+1 |
| * | Fix #4227 | Jeroen van Rijn | 2024-09-10 | 1 | -3/+3 |
| * | Add math.remap_clamped. | Jeroen van Rijn | 2024-09-01 | 1 | -1/+6 |
| * | Make math.remap clamp the result in range [new_min, new_max]. | Karl Zylinski | 2024-09-01 | 1 | -1/+2 |
| * | Add `core:math.count_digits_of_base` | Feoramund | 2024-08-18 | 1 | -0/+30 |
| * | Add `@(rodata)` and `@(static, rodata)` where appropriate | gingerBill | 2024-06-06 | 1 | -9/+9 |
| * | Added docs for trig function procedure groups | alec hodgkinson | 2024-04-11 | 1 | -1/+28 |
| * | add Go license | Juan Ignacio Díaz | 2024-02-17 | 1 | -1/+91 |
| * | port math.round from Golang | Juan Ignacio Díaz | 2024-02-16 | 1 | -30/+73 |
| * | Replace `core:*` to `base:*` where appropriate | gingerBill | 2024-01-28 | 1 | -2/+2 |
| * | Merge pull request #2918 from flysand7/math-doc | Jeroen van Rijn | 2023-11-24 | 1 | -11/+11 |
| |\ |
|
| | * | [math]: Fix the doc comments on F64_* constants | flysand7 | 2023-11-04 | 1 | -11/+11 |
| * | | Make pow2_f{16,32,64} contextless for consistency. | Jeroen van Rijn | 2023-11-11 | 1 | -3/+6 |
| * | | Work around LLVM idiocy. | Jeroen van Rijn | 2023-11-04 | 1 | -2/+3 |
| * | | Add math.pow2_f{16,32,64}, fast floating point 2^x where x is an integer. | Jeroen van Rijn | 2023-11-04 | 1 | -1/+48 |
| |/ |
|
| * | 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 |