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
/
math.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
More Endian version of maths procs.
Jeroen van Rijn
2021-05-29
1
-41
/
+139
*
Add Endian versions of math routines.
Jeroen van Rijn
2021-05-29
1
-28
/
+191
*
Add f16 specific procedures to core:math
gingerBill
2021-04-01
1
-59
/
+240
*
Remove `"pure"` and `"pure_none"` calling conventions
gingerBill
2021-02-23
1
-1
/
+1
*
Fix math.factorial()
Oskar Nordquist
2020-12-13
1
-1
/
+1
*
Merge branch 'master' into parser-experiments
gingerBill
2020-12-06
1
-0
/
+24
|
\
|
*
Add new math procedure: inf_f32 inf_f64 nan_f32 nan_f64
gingerBill
2020-11-11
1
-0
/
+24
*
|
Add experimental `-insert-semicolon` functionality to tokenizer and parser
gingerBill
2020-11-01
1
-1
/
+1
|
/
*
Update math and math/linalg; add "pure_none" calling convention
gingerBill
2020-09-10
1
-3
/
+4
*
Fix typos in math.odin
gingerBill
2020-08-04
1
-4
/
+4
*
fix wrap in core:math
foxnne
2020-06-02
1
-1
/
+1
*
Update math/bits
gingerBill
2020-05-30
1
-0
/
+1
*
Fix `math.atan`
gingerBill
2020-04-04
1
-2
/
+2
*
`x if cond else y` and `x when cond else y` expressions
gingerBill
2020-03-05
1
-4
/
+4
*
Fix math.acos and math.asin, add f64 overloads.
vassvik
2020-02-06
1
-9
/
+11
*
Add more to `package math`
gingerBill
2019-12-28
1
-0
/
+61
*
Add new procedures for `package math`: `atan2`, `asin`, `acos`, `atan`, `sin_...
gingerBill
2019-12-28
1
-2
/
+160
*
Fix Internal Compiler Error: Type_Info for 'XXX' could not be found #507
gingerBill
2019-12-22
1
-0
/
+2
*
Fix NaN checks in core:math.classify
vassvik
2019-12-12
1
-2
/
+2
*
New `package math` and `package math/linalg`
gingerBill
2019-10-27
1
-363
/
+362
*
Fix `scale_f32` and `scale_vec3` from returning the wrong variable.
Joshua Mark Manton
2019-07-20
1
-2
/
+2
*
Fix core library for the new procedure parameter addressing mode
gingerBill
2019-07-15
1
-21
/
+21
*
Make core library use `a..<b` rather than doing `a..b-1`
gingerBill
2019-05-28
1
-8
/
+8
*
Improve package math/rand
gingerBill
2019-03-24
1
-0
/
+6
*
Fixed typo in copy_sign_f64.
thebirk
2019-02-08
1
-1
/
+1
*
Fix typo in modf_f32
gingerBill
2018-12-20
1
-2
/
+2
*
More correct floor and ceil procedures.
gingerBill
2018-12-20
1
-4
/
+104
*
Change procedure group syntax from `proc[]` to `proc{}`; deprecate `proc[]` (...
gingerBill
2018-12-02
1
-23
/
+21
*
Add `$T: typeid/[]$E`; Deprecate `T: type/[]$E`
gingerBill
2018-09-02
1
-1
/
+1
*
Reduce number of range and slice operators #239
gingerBill
2018-08-01
1
-8
/
+8
*
Fix indent characters
Lipid
2018-07-16
1
-1
/
+1
*
Add mat3_mul and generic transpose to math.odin
Lipid
2018-07-16
1
-4
/
+16
*
Remove need for __llvm_core
gingerBill
2018-06-03
1
-1
/
+1
*
Parse directories to be packages
gingerBill
2018-05-21
1
-0
/
+482