Commit 403aa58
* Fix bug with BigInteger.TrailingZeroCount
* Update src/libraries/System.Runtime.Numerics/tests/BigIntegerTests.GenericMath.cs
Co-authored-by: Tommi Kekäläinen <76913562+tkekalainen@users.noreply.github.com>
* Update negative code path
* Simplify logic for handling negative values
* Update src/libraries/System.Runtime.Numerics/src/System/Numerics/BigInteger.cs
Co-authored-by: Tommi Kekäläinen <76913562+tkekalainen@users.noreply.github.com>
* Update comment
Co-authored-by: Tommi Kekäläinen <76913562+tkekalainen@users.noreply.github.com>
Co-authored-by: Drew Kersnar <18474647+dakersnar@users.noreply.github.com>
Co-authored-by: Tommi Kekäläinen <76913562+tkekalainen@users.noreply.github.com>
1 parent abecfbe commit 403aa58
File tree
2 files changed
+11
-31
lines changed- src/libraries/System.Runtime.Numerics
- src/System/Numerics
- tests
2 files changed
+11
-31
lines changedLines changed: 8 additions & 31 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3481 | 3481 | | |
3482 | 3482 | | |
3483 | 3483 | | |
3484 | | - | |
3485 | | - | |
3486 | | - | |
3487 | | - | |
3488 | | - | |
| 3484 | + | |
| 3485 | + | |
3489 | 3486 | | |
3490 | | - | |
3491 | | - | |
3492 | | - | |
3493 | | - | |
| 3487 | + | |
3494 | 3488 | | |
3495 | | - | |
3496 | | - | |
3497 | | - | |
3498 | | - | |
3499 | | - | |
3500 | | - | |
| 3489 | + | |
3501 | 3490 | | |
3502 | | - | |
3503 | | - | |
3504 | | - | |
3505 | | - | |
3506 | | - | |
3507 | | - | |
3508 | | - | |
3509 | | - | |
3510 | | - | |
3511 | | - | |
3512 | | - | |
3513 | | - | |
3514 | | - | |
3515 | | - | |
3516 | | - | |
3517 | | - | |
| 3491 | + | |
| 3492 | + | |
3518 | 3493 | | |
3519 | 3494 | | |
| 3495 | + | |
| 3496 | + | |
3520 | 3497 | | |
3521 | 3498 | | |
3522 | 3499 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
366 | 366 | | |
367 | 367 | | |
368 | 368 | | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
369 | 372 | | |
370 | 373 | | |
371 | 374 | | |
| |||
0 commit comments