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
*
Minor cleanup to math constants
gingerBill
2021-11-21
4
-39
/
+36
*
Added back ln for js
Gus
2021-11-20
1
-1
/
+13
*
Add `math.lgamma` based off FreeBSD's `/usr/src/lib/msun/src/e_lgamma_r.c`
gingerBill
2021-11-16
1
-0
/
+361
*
Add `math.signbit`; Add `math.gamma` based on http://netlib.sandia.gov/cephes...
gingerBill
2021-11-16
2
-0
/
+248
*
Add `math.nextafter`
gingerBill
2021-11-16
1
-0
/
+59
*
Fix typo
gingerBill
2021-11-16
1
-1
/
+1
*
Implement `ln` based off FreeBSD's /usr/src/lib/msun/src/e_log.c
gingerBill
2021-11-16
2
-19
/
+117
*
Implement `atanh` based on FreeBSD's /usr/src/lib/msun/src/e_atanh.c
gingerBill
2021-11-16
1
-2
/
+42
*
Add `log1p`, `erf`, `erfc`, `ilogb` `logb` (implemented based of FreeBSD's)
gingerBill
2021-11-16
3
-22
/
+780
*
Rename math_js.odin to math_basic_js.odin
gingerBill
2021-11-16
1
-0
/
+0
*
Implement `math.sqrt` with `intrinsics.sqrt`
gingerBill
2021-11-16
2
-9
/
+17
*
Implement `ldexp` and `frexp` in native Odin
gingerBill
2021-11-16
4
-45
/
+144
*
Add `linalg.matrix4_look_at_from_fru`
gingerBill
2021-11-13
1
-0
/
+49
*
Add math_js.odin specific calls (that just wrap the `f64` procedures)
gingerBill
2021-11-07
2
-0
/
+44
*
Begin work in semi-standardized `js_wasm32` target
gingerBill
2021-11-07
2
-60
/
+60
*
Add `core:math/linalg/hlsl`
gingerBill
2021-11-04
2
-0
/
+1841
*
Add inverse for dmatN types
gingerBill
2021-11-04
1
-4
/
+12
*
Add `smoothstep`
gingerBill
2021-11-04
1
-0
/
+25
*
Minor reorganization
gingerBill
2021-11-04
1
-111
/
+114
*
Add `f64` variants of all types and procedures
gingerBill
2021-11-04
2
-37
/
+695
*
Add more comments
gingerBill
2021-11-04
1
-12
/
+16
*
Add comments
gingerBill
2021-11-04
1
-2
/
+1
*
Remove unneeded suffixes
gingerBill
2021-11-04
1
-8
/
+8
*
Remove build tag
gingerBill
2021-11-04
1
-1
/
+0
*
`core:math/linalg/glsl` - GLSL-like mathematics types and operations
gingerBill
2021-11-04
2
-0
/
+1186
*
Make `math` procedure `contextless`; Add `asinh`, `acosh`, `atanh`
gingerBill
2021-11-04
1
-293
/
+302
*
`big.Rat` (Experimental)
gingerBill
2021-10-29
5
-14
/
+614
*
core:math/bits: Improve add/sub/mul_u64
Yawning Angel
2021-10-27
1
-42
/
+30
*
Keep `-vet` happy
gingerBill
2021-09-29
1
-2
/
+1
*
Add `bits.log2`
gingerBill
2021-09-15
1
-0
/
+4
*
Remove unnecessary operations
gingerBill
2021-09-08
1
-6
/
+6
*
Correct math/big
gingerBill
2021-09-08
2
-7
/
+2
*
Strip semicolons in core which were missing
gingerBill
2021-09-08
2
-4
/
+10
*
Move math/big tests under `tests/`.
Jeroen van Rijn
2021-09-07
3
-1159
/
+0
*
big: Add Python implementation of LCM.
Jeroen van Rijn
2021-09-07
2
-19
/
+44
*
big: Implement isqrt in Python for the tests.
Jeroen van Rijn
2021-09-07
2
-4
/
+24
*
bit: Force Python3 for CI.
Jeroen van Rijn
2021-09-07
1
-3
/
+3
*
big CI: Set relative path to Odin.
Jeroen van Rijn
2021-09-07
1
-3
/
+4
*
big: Run tests under CI.
Jeroen van Rijn
2021-09-07
1
-2
/
+2
*
big: Move tests into their own package.
Jeroen van Rijn
2021-09-07
5
-403
/
+401
*
big: Remove `core:fmt` usage + Add a little demo to examples/demo.
Jeroen van Rijn
2021-09-06
5
-179
/
+102
*
compress: Update BSD-3 license + remove semicolons from compressed example.
Jeroen van Rijn
2021-09-06
1
-2
/
+2
*
Merge branch 'master' into optional-semicolons
gingerBill
2021-09-06
14
-349
/
+3199
|
\
|
*
Add `internal_int_(pack, unpack)`.
Jeroen van Rijn
2021-09-06
4
-19
/
+141
|
*
big: Add ASCII file import/export.
Jeroen van Rijn
2021-09-05
3
-13
/
+84
|
*
big: Add Extended Euclidean algorithm.
Jeroen van Rijn
2021-09-05
2
-2
/
+85
|
*
big: Add `internal_random_prime`.
Jeroen van Rijn
2021-09-05
6
-17
/
+180
|
*
big: Add `internal_int_prime_next_prime`.
Jeroen van Rijn
2021-09-04
4
-23
/
+354
|
*
big: Default to Frobenius-Underwood. It's 10% faster than Lucas-Selfridge.
Jeroen van Rijn
2021-09-03
1
-1
/
+2
|
*
big: Add Lucas-Selfridge.
Jeroen van Rijn
2021-09-03
4
-16
/
+274
[next]