aboutsummaryrefslogtreecommitdiff
path: root/core/math/linalg/extended.odin
Commit message (Expand)AuthorAgeFilesLines
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-1/+1
* Add "contextless" to `core:math/linalg` proceduresgingerBill2023-05-221-65/+65
* Add `@(require_results)` `core:math/linalg` proceduresgingerBill2023-05-221-6/+65
* linalg/extended radians and degrees fixedJesse Stiller2023-04-271-4/+5
* Fix #2389Mostafa Saad2023-03-171-4/+4
* Fix typo in linalg.anySaid Al Attrach2022-12-131-1/+1
* Fix #2052 typo in linalg.max_singlegingerBill2022-09-171-1/+1
* wrong variable names in functionshfr42022-06-141-5/+5
* Fix conversion from float to quaterniongingerBill2021-12-311-2/+2
* Strip even more semicolons if followed by a `}` or `)` on the same linegingerBill2021-08-311-6/+6
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-164/+164
* Enforce `core:builtin` and `core:intrinsics` for importsgingerBill2021-08-211-1/+1
* Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2021-02-231-1/+1
|\
| * Update extended.odinWalterPlinge2021-02-231-1/+1
* | Replace `inline` uses in the rest of core with `#force_inline`gingerBill2021-02-231-16/+16
|/
* Fix `delete("")` on `-llvm-api`; Fix linalg stuffgingerBill2020-09-111-14/+14
* Update math and math/linalg; add "pure_none" calling conventiongingerBill2020-09-101-0/+553