gingerBill
|
9320a31f4d
Merge branch 'master' of https://github.com/odin-lang/Odin
|
il y a 3 ans |
gingerBill
|
3e04b45106
Allow cast from float to complex
|
il y a 3 ans |
gingerBill
|
acd5878d66
Merge pull request #1316 from Skytrias/master
|
il y a 3 ans |
Michael Kutowski
|
4439d59105
add builtin.
|
il y a 3 ans |
gingerBill
|
12c1291805
Add optional seed parameters to all hashes
|
il y a 3 ans |
gingerBill
|
ae59f214ee
`@(tag=<string>)` - dummy attribute for tooling
|
il y a 3 ans |
gingerBill
|
9be0d18e5d
Correct `x in ptr` logic
|
il y a 3 ans |
gingerBill
|
e877525073
Keep `-vet` happy for -no-crt and wasm targets
|
il y a 3 ans |
gingerBill
|
f09638318f
Add support for darwin to `core:c/libc`
|
il y a 3 ans |
gingerBill
|
bb7703fcec
Improve `ptr_map_hash_key`
|
il y a 3 ans |
gingerBill
|
1b28226a67
Add `math.lgamma` based off FreeBSD's `/usr/src/lib/msun/src/e_lgamma_r.c`
|
il y a 3 ans |
gingerBill
|
2b546a598c
Add `math.signbit`; Add `math.gamma` based on http://netlib.sandia.gov/cephes/cprob/gamma.c
|
il y a 3 ans |
gingerBill
|
b530ca9a5e
Add `math.nextafter`
|
il y a 3 ans |
gingerBill
|
d232796149
Fix typo
|
il y a 3 ans |
gingerBill
|
e721f26a76
Implement `ln` based off FreeBSD's /usr/src/lib/msun/src/e_log.c
|
il y a 3 ans |
gingerBill
|
91408cb21f
Implement `atanh` based on FreeBSD's /usr/src/lib/msun/src/e_atanh.c
|
il y a 3 ans |
gingerBill
|
eb8b0d7a03
Add `log1p`, `erf`, `erfc`, `ilogb` `logb` (implemented based of FreeBSD's)
|
il y a 3 ans |
gingerBill
|
880af47ae7
Rename math_js.odin to math_basic_js.odin
|
il y a 3 ans |
gingerBill
|
91949b0992
Implement `math.sqrt` with `intrinsics.sqrt`
|
il y a 3 ans |
gingerBill
|
6a101e69a2
Implement `ldexp` and `frexp` in native Odin
|
il y a 3 ans |
gingerBill
|
1ec0b79345
Allow both `-help` and `--help` if passed as `init_filename`
|
il y a 3 ans |
gingerBill
|
e814a3693f
Improve usage of `file_id`
|
il y a 3 ans |
gingerBill
|
f55fc4cd08
Add `complex32` and `quaternion64` for the 16-bit float types to `fmt`
|
il y a 3 ans |
gingerBill
|
f47311f2f6
Remove `scope` field from `Ast`
|
il y a 3 ans |
gingerBill
|
3f038428a7
Begin minimizing `Ast` size
|
il y a 3 ans |
gingerBill
|
b9701340b8
Add `linalg.matrix4_look_at_from_fru`
|
il y a 3 ans |
gingerBill
|
82110bf487
Merge branch 'master' of https://github.com/odin-lang/Odin
|
il y a 3 ans |
gingerBill
|
a75dc9d86d
Fix minor issue with unmarshal for booleans
|
il y a 3 ans |
gingerBill
|
bfa23f1352
Merge pull request #1308 from Yawning/fix/amd64-syscalls
|
il y a 3 ans |
Yawning Angel
|
c430a82721
src: Fix the syscall intrinsic code generation for Linux and Windows
|
il y a 3 ans |