| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 f54977336b27c32eab52b77d94e7b1610f4... | Laytan | 2024-05-09 | 3 | -5/+5 |
| * | 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 |
| * | 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 |
| * | Fix #3323 | gingerBill | 2024-03-24 | 1 | -1/+3 |
| * | Add `#no_broadcast` procedure parameter to disallow automatic array programmi... | gingerBill | 2024-03-21 | 1 | -1/+1 |
| * | 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 |
| * | 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 |
| * | 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 wi... | Lucas Perlind | 2024-02-13 | 2 | -172/+172 |
| * | 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 `[row... | gingerBill | 2024-02-12 | 2 | -172/+172 |
| * | 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 | Ed Yu | 2024-01-08 | 1 | -5/+7 |
| * | | Fix linalg shadowing error | Lucas Perlind | 2024-01-09 | 1 | -3/+3 |
| |/ |
|
| * | Remove `distinct` from the specific types | gingerBill | 2024-01-05 | 1 | -64/+64 |
| * | Enforce naming the parameters with `builtin.quaternion` to reduce confusion | gingerBill | 2024-01-05 | 1 | -1/+1 |
| * | Fix missing clamp in core:math/big random. | Jeroen van Rijn | 2023-11-27 | 1 | -1/+1 |
| * | 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 |
| * | | [core]: Remove `do` keyword from the core library | flysand7 | 2023-11-11 | 1 | -1/+3 |
| * | | 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 |
| |/ |
|
| * | Merge branch 'master' into new-sys-unix | gingerBill | 2023-10-31 | 1 | -0/+14 |
| |\ |
|
| | * | Replace Math.random with crypto.getRandomValues for _system_number | Damian Tarnawski | 2023-10-27 | 1 | -3/+5 |
| | * | Rename rand to rand_f64 | Damian Tarnawski | 2023-10-27 | 1 | -2/+3 |
| | * | Add system_random and random_bytes for js target | Damian Tarnawski | 2023-10-27 | 1 | -0/+11 |
| * | | Implement new sys/unix package | flysand7 | 2023-10-27 | 1 | -17/+18 |
| |/ |
|
| * | Partial pseudo-revert | gingerBill | 2023-10-02 | 1 | -4/+8 |
| * | Minor cleanups to the core library | gingerBill | 2023-09-30 | 2 | -2/+2 |
| * | Use `or_break` and `or_continue` where appropriate in the core library | gingerBill | 2023-09-30 | 1 | -8/+4 |
| * | Rename bitwise operations to `bit_or` etc | gingerBill | 2023-09-28 | 1 | -8/+8 |
| * | Fixed up missing output for rand examples | Lucas Perlind | 2023-09-27 | 1 | -1/+103 |