-
Updated
Apr 17, 2022 - PHP
number-theory
Here are 516 public repositories matching this topic...
-
Updated
May 6, 2022 - Java
-
Updated
Apr 13, 2022 - C
-
Updated
Apr 13, 2022 - C++
-
Updated
May 7, 2022 - C++
-
Updated
Oct 10, 2020 - C++
-
Updated
May 6, 2022 - Julia
-
Updated
May 4, 2022
-
Updated
May 6, 2022 - Python
-
Updated
Oct 13, 2021 - Python
-
Updated
Jun 29, 2020
-
Updated
Feb 23, 2022
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.
-
Updated
Apr 29, 2021 - Julia
-
Updated
Mar 14, 2021 - C++
-
Updated
Mar 20, 2022 - C#
-
Updated
Jan 20, 2019 - TeX
-
Updated
Oct 14, 2019 - C++
The FUN
argument in comboGeneral()
and similar RcppAlgos
functions could be more useful if the user is allowed to provide the expected value, similar to vapply()
. Currently, a list is allocated which can take up a lot of memory.
library(RcppAlgos)
ans = comboGeneral(15L, 3L, FUN = sum)
object.size(ans)
#> 29168 bytes
object.size(unlist(ans, use.names = FALS
-
Updated
Feb 27, 2021
-
Updated
Apr 12, 2022 - C++
-
Updated
Nov 27, 2021 - C
-
Updated
Oct 11, 2021 - JavaScript
-
Updated
Jun 13, 2021 - Java
-
Updated
Apr 3, 2022 - Haskell
-
Updated
Jun 29, 2020 - TeX
-
Updated
Oct 21, 2018 - C++
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."
Add contents in the
README
for efficient searching.