| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | fix `@(optimization_mode)` usage in builtin collections | Laytan Laats | 2024-07-08 | 1 | -6/+6 | |
| | | ||||||
| * | Fix bug in div3 fast path. | Jeroen van Rijn | 2024-06-29 | 1 | -1/+1 | |
| | | ||||||
| * | Fix loads of indentation issues with mixing spaces and tabs | gingerBill | 2024-06-29 | 1 | -23/+23 | |
| | | ||||||
| * | Even more style fixes | gingerBill | 2024-06-29 | 1 | -7/+5 | |
| | | ||||||
| * | More style improvements | gingerBill | 2024-06-29 | 1 | -1/+1 | |
| | | ||||||
| * | Require `base:runtime` import in `core:math/linalg` | Feoramund | 2024-06-28 | 1 | -1/+1 | |
| | | ||||||
| * | Fix core:math/fixed. | Jeroen van Rijn | 2024-06-26 | 1 | -1/+1 | |
| | | ||||||
| * | Remove the need for `rand` in `core:math/big` | gingerBill | 2024-06-15 | 4 | -16/+13 | |
| | | ||||||
| * | Update `core:math/rand` to use `context.random_generator` and remove `rand.Rand` | gingerBill | 2024-06-15 | 4 | -357/+130 | |
| | | ||||||
| * | Add `Reset` mode | gingerBill | 2024-06-15 | 1 | -0/+12 | |
| | | ||||||
| * | Remove unneeded reassignment of `r` | gingerBill | 2024-06-15 | 1 | -7/+0 | |
| | | ||||||
| * | Add `runtime.Random_Generator` interface | gingerBill | 2024-06-15 | 1 | -0/+27 | |
| | | ||||||
| * | Elide unnecessary condition | Jeroen van Rijn | 2024-06-14 | 1 | -1/+1 | |
| | | ||||||
| * | Fix big.shrink not actually shrinking | Josh Jones | 2024-06-14 | 1 | -2/+7 | |
| | | ||||||
| * | Fix #3726 | gingerBill | 2024-06-10 | 1 | -3/+3 | |
| | | ||||||
| * | Merge pull request #3718 from Feoramund/add-missing-big-atoi-alias | Jeroen van Rijn | 2024-06-10 | 1 | -0/+1 | |
| |\ | | | | | Add missing `string_to_int` alias in `core:math/big` | |||||
| | * | Add missing `string_to_int` alias in `core:math/big` | Feoramund | 2024-06-09 | 1 | -0/+1 | |
| | | | ||||||
| * | | Add permutation & combination procedures to `core:math/big` | Feoramund | 2024-06-09 | 1 | -0/+60 | |
| |/ | ||||||
| * | Add `@(rodata)` and `@(static, rodata)` where appropriate | gingerBill | 2024-06-06 | 7 | -27/+27 | |
| | | ||||||
| * | Make use of `runtime.Raw_*` types in `core:math/linalg` | Feoramund | 2024-06-03 | 1 | -15/+10 | |
| | | ||||||
| * | Remove unused code in `internal_random_prime` | Feoramund | 2024-05-28 | 1 | -3/+0 | |
| | | ||||||
| * | fix pitch_from_quaternion | shashank | 2024-05-27 | 3 | -3/+3 | |
| | | ||||||
| * | fix a couple of -vet-style failures after ↵ | Laytan | 2024-05-09 | 3 | -5/+5 | |
| | | | | | f54977336b27c32eab52b77d94e7b1610f4350cf | |||||
| * | fix(linalg/glsl): incorrect quat by vector3 multiplication | IllusionMan1212 | 2024-04-28 | 1 | -2/+2 | |
| | | ||||||
| * | core/math/rand: Use `core:crypto` for the system RNG | Yawning Angel | 2024-04-23 | 5 | -96/+21 | |
| | | | | | | This removes some code duplication and expands support for the system RNG to all targets that `core:crypto` supports. | |||||
| * | Implement Fisher-Yates shuffle | Feoramund | 2024-04-15 | 1 | -2/+2 | |
| | | ||||||
| * | Fix `big.internal_random_prime` with `Second_MSB_On` | Feoramund | 2024-04-15 | 1 | -0/+14 | |
| | | ||||||
| * | Added docs for trig function procedure groups | alec hodgkinson | 2024-04-11 | 1 | -1/+28 | |
| | | ||||||
| * | Fix #3386 - `fixed.to_string` | gingerBill | 2024-04-10 | 1 | -18/+166 | |
| | | ||||||
| * | Removed undefined & usused vars | blob1807 | 2024-04-06 | 1 | -1/+0 | |
| | | | | | Removed undefined& usused vars in init_from_parts | |||||
| * | Fix #3323 | gingerBill | 2024-03-24 | 1 | -1/+3 | |
| | | ||||||
| * | Add `#no_broadcast` procedure parameter to disallow automatic array ↵ | gingerBill | 2024-03-21 | 1 | -1/+1 | |
| | | | | | programming broadcasting on procedure arguments | |||||
| * | Expose internal invmod and int_exponent_mod with more consistent naming | Ed Yu | 2024-03-12 | 2 | -2/+6 | |
| | | ||||||
| * | Properly initialize return matrices in linalg.orthonormalize | spindlebink | 2024-03-09 | 1 | -0/+6 | |
| | | ||||||
| * | Fix typo in big.internal_invmod | Jeroen van Rijn | 2024-03-08 | 2 | -3416/+3359 | |
| | | | | | Fixes #3253 | |||||
| * | For invmod, b has to be > 1, fix a logic typo | Ed Yu | 2024-03-04 | 1 | -3/+3 | |
| | | ||||||
| * | math.big constants were no longer initializeddev-2024-03 | Jeroen van Rijn | 2024-03-03 | 1 | -1/+6 | |
| | | | | | Fixes #3243 | |||||
| * | 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 | |
| | | ||||||
| * | Remove bounds checking on a lot of linalg | Lucas Perlind | 2024-02-13 | 2 | -121/+121 | |
| | | ||||||
| * | Revert "Change minor/adjoint to be `row, col` from `c, r` to be consistent ↵ | Lucas Perlind | 2024-02-13 | 2 | -172/+172 | |
| | | | | | | | with `[row, col]` syntax; Add `#no_bounds_check` were appropriate" This reverts commit 5dd2e38affc90b075a19777b044f98489235f24a. | |||||
| * | Split out `linalg.identity` between matrices and array-based matrix | gingerBill | 2024-02-12 | 1 | -1/+11 | |
| | | ||||||
| * | Change minor/adjoint to be `row, col` from `c, r` to be consistent with ↵ | gingerBill | 2024-02-12 | 2 | -172/+172 | |
| | | | | | `[row, col]` syntax; Add `#no_bounds_check` were appropriate | |||||
| * | Add `rand.choice_enum` | gingerBill | 2024-02-10 | 1 | -0/+20 | |
| | | ||||||
| * | Add `angle_between` and `matrix2_rotate` | gingerBill | 2024-02-06 | 2 | -0/+62 | |
| | | ||||||
| * | Replace `core:*` to `base:*` where appropriate | gingerBill | 2024-01-28 | 22 | -28/+28 | |
| | | ||||||
| * | Move matrix related procedures to the different `linalg` packages | gingerBill | 2024-01-28 | 4 | -47/+829 | |
| | | ||||||
| * | Merge pull request #3082 from edyu/master | Jeroen van Rijn | 2024-01-17 | 1 | -5/+7 | |
| |\ | | | | | Fix math/fixed floor/ceil/round | |||||
| | * | Fix math/fixed floor/ceil/round | Ed Yu | 2024-01-08 | 1 | -5/+7 | |
| | | | ||||||
| * | | Fix linalg shadowing error | Lucas Perlind | 2024-01-09 | 1 | -3/+3 | |
| |/ | ||||||