-
Updated
Oct 23, 2020 - PHP
number-theory
Here are 359 public repositories matching this topic...
-
Updated
Jul 9, 2020 - Java
-
Updated
Oct 12, 2020 - C
-
Updated
Oct 28, 2020 - C++
-
Updated
Oct 10, 2020 - C++
-
Updated
Nov 10, 2020 - Julia
-
Updated
Jun 3, 2020 - Python
-
Updated
Nov 1, 2020 - C++
-
Updated
Jun 29, 2020
Add contents in the README for efficient searching.
-
Updated
Jan 20, 2019 - TeX
-
Updated
Oct 14, 2019 - C++
-
Updated
Apr 26, 2020 - C++
-
Updated
Oct 12, 2020 - C#
-
Updated
Apr 11, 2020 - C++
-
Updated
Oct 21, 2018 - C++
-
Updated
Sep 26, 2020 - C++
-
Updated
May 5, 2015 - Python
-
Updated
Nov 10, 2020
-
Updated
Jul 22, 2020 - C
-
Updated
Jun 29, 2020 - TeX
-
Updated
Dec 7, 2019 - Julia
-
Updated
Aug 6, 2020 - Modula-3
-
Updated
Aug 31, 2020 - Java
-
Updated
Nov 9, 2020 - C++
-
Updated
Feb 2, 2020 - Isabelle
-
Updated
Feb 10, 2019 - Agda
-
Updated
Oct 2, 2020 - HTML
Improve this page
Add a description, image, and links to the number-theory topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the number-theory topic, visit your repo's landing page and select "manage topics."
Seen with @arnetheduck.
for uint128, stint properly generates add + adc (see status-im/nim-stint#10)
But for uint256+, the way carry is done will loop multiple time on the low half
https://github.com/status-im/nim-stint/blob/9993b9dca4a2dbf76bc432252ad4e8db944ae831/stint/private/uint_addsub.nim#L17-L29
Important for WASM codesize optimization.