index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
math
Commit message (
Expand
)
Author
Age
Files
Lines
*
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 doc.odin
gingerBill
2022-11-03
1
-0
/
+2
*
Merge pull request #1544 from FancyKillerPanda/build_ignore
gingerBill
2022-11-03
2
-3
/
+1
|
\
|
*
Changed //+ignore to //+build ignore.
FancyKillerPanda
2022-02-24
2
-3
/
+1
*
|
Add `core:math/rand.choice`
Jeroen van Rijn
2022-10-23
1
-0
/
+9
*
|
Fix #2052 typo in linalg.max_single
gingerBill
2022-09-17
1
-1
/
+1
*
|
Add the builtin procedures `abs`, `clamp` `min`, `max` to `core:math` as aliases
gingerBill
2022-09-08
1
-0
/
+6
*
|
fix ease.odin compile error from missing comma
Phil
2022-08-31
1
-1
/
+1
*
|
Change math/linalg/general.odin vector_length and vector_normalize to only ac...
Phil
2022-08-15
1
-3
/
+3
*
|
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 some typos
cui fliter
2022-08-05
1
-1
/
+1
*
|
fix `linalg.angle_from_quaternion`
Luxko
2022-07-23
1
-3
/
+3
*
|
fix parameter for atan2 in procedure asin
Yeongju Kang
2022-07-22
1
-1
/
+1
*
|
flux fixed key deletion and generic in `flux_to`
Michael Kutowski
2022-06-28
1
-11
/
+23
*
|
wrong variable names in functions
hfr4
2022-06-14
1
-5
/
+5
*
|
Add `_system_random` for Darwin
gingerBill
2022-05-15
1
-0
/
+21
*
|
Add `rand.init_as_system` to allow for system-level based random number gener...
gingerBill
2022-05-15
3
-0
/
+56
*
|
Add Gompertz Distribution
gingerBill
2022-05-15
1
-2
/
+22
*
|
Add more distributions
gingerBill
2022-05-15
1
-0
/
+41
*
|
Correct log normal
gingerBill
2022-05-15
1
-1
/
+1
*
|
Fix typo
gingerBill
2022-05-15
1
-2
/
+2
*
|
Move distributions to a separate file
gingerBill
2022-05-15
2
-251
/
+251
*
|
Add numerous different random distribution procedures
gingerBill
2022-05-15
1
-0
/
+252
*
|
Fix #1644
gingerBill
2022-04-26
1
-3
/
+3
*
|
[ease] Fix `flux_stop`.
Jeroen van Rijn
2022-03-31
1
-7
/
+7
*
|
[ease] Flux fixups.
Jeroen van Rijn
2022-03-27
1
-10
/
+8
*
|
update delay to use deltatime, add time left
Michael Kutowski
2022-03-27
1
-11
/
+30
*
|
add math easing package
Michael Kutowski
2022-03-27
1
-0
/
+466
*
|
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
|
/
*
Ports OpenSimplex2 from https://github.com/KdotJPG/OpenSimplex2 to Odin. Adds...
NoahR02
2022-02-08
2
-0
/
+905
*
Add `#partial [Enum]Type{...}` support to check for missing enumerated array ...
gingerBill
2022-02-05
1
-0
/
+1
*
Correct `#sparse` usage and error messages
gingerBill
2022-02-05
1
-1
/
+1
*
Initialize the `global_rand` with the `intrinsics.read_cycle_counter()` value
gingerBill
2022-02-03
1
-3
/
+3
*
Add allocator parameter to `rand.perm`
gingerBill
2022-02-01
1
-2
/
+2
*
Add `round` to linalg_glsl_math.odin
gingerBill
2022-01-30
1
-0
/
+2
*
Added round to HLSL and GLSL, and isinf/isfinite + isnan to HLSL
Jesse Stiller
2022-01-30
3
-0
/
+104
*
Add `rand.exp_float64`
gingerBill
2022-01-27
2
-8
/
+220
*
Correct int31_max etc
gingerBill
2022-01-27
1
-3
/
+3
*
Improve docs_writer.cpp
gingerBill
2022-01-17
3
-25
/
+24
*
Simplify docs to hide the copyright
gingerBill
2022-01-17
11
-37
/
+47
*
Extraneous parameters in hlsl/glsl.saturate removed
Jesse Stiller
2022-01-17
2
-33
/
+32
*
`ODIN_ENDIAN` changed to an enum constant; `ODIN_ENUM_STRING` is the new stri...
gingerBill
2022-01-15
1
-16
/
+16
*
Fix polymorphic matrix element with a minor hack
gingerBill
2022-01-10
1
-4
/
+4
*
Update matrix types to be the native Odin `matrix` types
gingerBill
2022-01-10
6
-2164
/
+2103
*
Fix quaternion casting
gingerBill
2022-01-03
1
-2
/
+2
[next]