gingerBill
|
208f168564
Correct assignment
|
3 년 전 |
gingerBill
|
737bccbd5e
Add `math.divmod` and `math.floor_divmod`
|
3 년 전 |
blake
|
b2b0043875
fixed math.log2
|
3 년 전 |
Yeongju Kang
|
4e8bc0786d
fix parameter for atan2 in procedure asin
|
3 년 전 |
Stanislav Ch. Nikolov
|
5e04ddd653
Fix #1627: Remove wrong return type in cumsum_inplace
|
3 년 전 |
gitlost
|
b94a7a87fa
Fix issue #1574 "fract in linalg/glm is broken" by fixing
|
3 년 전 |
gilles
|
4ebdb6740e
fix math.prod
|
3 년 전 |
gingerBill
|
f40f12d480
Minor cleanup to math constants
|
3 년 전 |
gingerBill
|
2b546a598c
Add `math.signbit`; Add `math.gamma` based on http://netlib.sandia.gov/cephes/cprob/gamma.c
|
3 년 전 |
gingerBill
|
b530ca9a5e
Add `math.nextafter`
|
3 년 전 |
gingerBill
|
e721f26a76
Implement `ln` based off FreeBSD's /usr/src/lib/msun/src/e_log.c
|
3 년 전 |
gingerBill
|
91408cb21f
Implement `atanh` based on FreeBSD's /usr/src/lib/msun/src/e_atanh.c
|
3 년 전 |
gingerBill
|
eb8b0d7a03
Add `log1p`, `erf`, `erfc`, `ilogb` `logb` (implemented based of FreeBSD's)
|
3 년 전 |
gingerBill
|
6a101e69a2
Implement `ldexp` and `frexp` in native Odin
|
3 년 전 |
gingerBill
|
518460af66
Begin work in semi-standardized `js_wasm32` target
|
3 년 전 |
gingerBill
|
7bb7a741c6
Make `math` procedure `contextless`; Add `asinh`, `acosh`, `atanh`
|
3 년 전 |
gingerBill
|
720884e0f1
Strip even more semicolons if followed by a `}` or `)` on the same line
|
4 년 전 |
gingerBill
|
251da264ed
Remove unneeded semicolons from the core library
|
4 년 전 |
gingerBill
|
f0437a4242
Enforce `core:builtin` and `core:intrinsics` for imports
|
4 년 전 |
Joakim Hentula
|
6465fb8ec7
Fix for value rather than type used for intrinsics
|
4 년 전 |
Jeroen van Rijn
|
d7dba495fd
Last of the Endian float in math.odin.
|
4 년 전 |
Jeroen van Rijn
|
c05f6b4a31
Even more Endian maths.
|
4 년 전 |
Jeroen van Rijn
|
a0a578c72a
More Endian version of maths procs.
|
4 년 전 |
Jeroen van Rijn
|
55fc2c00c0
Add Endian versions of math routines.
|
4 년 전 |
gingerBill
|
63bb26c0e0
Add f16 specific procedures to core:math
|
4 년 전 |
gingerBill
|
28ed310f31
Remove `"pure"` and `"pure_none"` calling conventions
|
4 년 전 |
Oskar Nordquist
|
60b9ef1f5d
Fix math.factorial()
|
4 년 전 |
gingerBill
|
f0683c9102
Merge branch 'master' into parser-experiments
|
4 년 전 |
gingerBill
|
6ee4f51670
Add new math procedure: inf_f32 inf_f64 nan_f32 nan_f64
|
4 년 전 |
gingerBill
|
54fbdabc38
Add experimental `-insert-semicolon` functionality to tokenizer and parser
|
4 년 전 |