gingerBill
|
9fd35776fd
Fix typos in math.odin
|
5 years ago |
foxnne
|
437d5e28cd
fix wrap in core:math
|
5 years ago |
gingerBill
|
5eaef091e2
Update math/bits
|
5 years ago |
gingerBill
|
b0d668d254
Fix `math.atan`
|
5 years ago |
gingerBill
|
e92fdb4a99
`x if cond else y` and `x when cond else y` expressions
|
5 years ago |
vassvik
|
0c09cb9c12
Fix math.acos and math.asin, add f64 overloads.
|
5 years ago |
gingerBill
|
8ee41c20af
Add more to `package math`
|
5 years ago |
gingerBill
|
6a7ccd8c0a
Add new procedures for `package math`: `atan2`, `asin`, `acos`, `atan`, `sin_bit`, `ldexp`
|
5 years ago |
gingerBill
|
1d14b3059e
Fix Internal Compiler Error: Type_Info for 'XXX' could not be found #507
|
5 years ago |
vassvik
|
2d97e1dee3
Fix NaN checks in core:math.classify
|
5 years ago |
gingerBill
|
5e81fc72b9
New `package math` and `package math/linalg`
|
5 years ago |
Joshua Mark Manton
|
96f0a08725
Fix `scale_f32` and `scale_vec3` from returning the wrong variable.
|
6 years ago |
gingerBill
|
8ee7ee7120
Fix core library for the new procedure parameter addressing mode
|
6 years ago |
gingerBill
|
fb3d73cb20
Make core library use `a..<b` rather than doing `a..b-1`
|
6 years ago |
gingerBill
|
2347dca9d9
Improve package math/rand
|
6 years ago |
thebirk
|
6571f07c7e
Fixed typo in copy_sign_f64.
|
6 years ago |
gingerBill
|
e3d7e6f76a
Fix typo in modf_f32
|
6 years ago |
gingerBill
|
5c3dc30dc0
More correct floor and ceil procedures.
|
6 years ago |
gingerBill
|
28583bfff8
Change procedure group syntax from `proc[]` to `proc{}`; deprecate `proc[]` (raises warning currently)
|
6 years ago |
gingerBill
|
11f5236434
Add `$T: typeid/[]$E`; Deprecate `T: type/[]$E`
|
7 years ago |
gingerBill
|
0718f14774
Reduce number of range and slice operators #239
|
7 years ago |
Lipid
|
92ce02dab0
Fix indent characters
|
7 years ago |
Lipid
|
8abe9ef507
Add mat3_mul and generic transpose to math.odin
|
7 years ago |
gingerBill
|
398109ac84
Remove need for __llvm_core
|
7 years ago |
gingerBill
|
5b6770f3d2
Parse directories to be packages
|
7 years ago |