Jeroen van Rijn
|
beb10cce63
Fix #4227
|
11 月之前 |
Jeroen van Rijn
|
dd1f151696
Add math.remap_clamped.
|
11 月之前 |
Karl Zylinski
|
6e150d1d58
Make math.remap clamp the result in range [new_min, new_max].
|
11 月之前 |
Feoramund
|
2906f2aa7e
Add `core:math.count_digits_of_base`
|
1 年之前 |
gingerBill
|
3a9b86628a
Add `@(rodata)` and `@(static, rodata)` where appropriate
|
1 年之前 |
alec hodgkinson
|
4cdadeedc3
Added docs for trig function procedure groups
|
1 年之前 |
Juan Ignacio Díaz
|
cd61251d39
add Go license
|
1 年之前 |
Juan Ignacio Díaz
|
7a592cbb31
port math.round from Golang
|
1 年之前 |
gingerBill
|
3e7e779abf
Replace `core:*` to `base:*` where appropriate
|
1 年之前 |
Jeroen van Rijn
|
9ea88f1353
Merge pull request #2918 from flysand7/math-doc
|
1 年之前 |
Jeroen van Rijn
|
dd9b0ae4e5
Make pow2_f{16,32,64} contextless for consistency.
|
1 年之前 |
Jeroen van Rijn
|
4cb0edc90b
Work around LLVM idiocy.
|
1 年之前 |
Jeroen van Rijn
|
6201280468
Add math.pow2_f{16,32,64}, fast floating point 2^x where x is an integer.
|
1 年之前 |
flysand7
|
4a4aca6829
[math]: Fix the doc comments on F64_* constants
|
1 年之前 |
gingerBill
|
5dba08fb3b
Keep -vet happy
|
2 年之前 |
gingerBill
|
866a9fdf19
Actually add math.hypot
|
2 年之前 |
gingerBill
|
20e954a864
Add `math.hypot`
|
2 年之前 |
gingerBill
|
82023cd629
Add @(require_results) to `core:math` procedures
|
2 年之前 |
gingerBill
|
2127dc56b1
Add `math.pow10`
|
2 年之前 |
gingerBill
|
0c25f7cdc5
Improve core:math procedures and add loads of unit tests
|
2 年之前 |
gingerBill
|
e5c243ee93
Fix `atan2` by swapping the arguments internally
|
2 年之前 |
gingerBill
|
92e406cef0
Implement `asin` in native Odin
|
2 年之前 |
gingerBill
|
269913ede0
Implement `acos` in native Odin
|
2 年之前 |
gingerBill
|
ff36b754cb
Fix atrig functions
|
2 年之前 |
gingerBill
|
39728b8bfb
Add the builtin procedures `abs`, `clamp` `min`, `max` to `core:math` as aliases
|
3 年之前 |
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 年之前 |