-
Updated
May 10, 2020 - PHP
biginteger
Here are 183 public repositories matching this topic...
-
Updated
Jan 5, 2020 - PHP
-
Updated
Dec 23, 2019 - C++
Improve README
Use attaswift/BigInt as an inspiration for updating the README.
Also, make sure that the README is compatible to be used as the main page for the documentation generated by Doxygen (see #50).
-
Updated
Jun 23, 2017 - C++
Improve README
Describe the bug
README is not well structured
To Reproduce
Look at README file
Expected behavior
README should provide a quick overview what the library provides, way to contribute. Detailed descriptions should be moved to Wiki
-
Updated
Jun 10, 2020 - Java
The WriteChar
method correctly fails when attempting to write a surrogate character. However, it may be beneficial to have a better explanation saying that a single surrogate character can't be written and to consider using WriteValue
with a character array.
-
Updated
May 22, 2020 - Java
To start with, it should handle 1-dimensional functions of these types:
- Polynomials (ax + b)
- Exponentials (a * b^x)
- Logarithmic (b log a)
Should be able to:
- Provide the derivative function
- Provide the integral function
-
Updated
Aug 7, 2018 - Swift
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
Mar 29, 2020 - C#
-
Updated
Nov 28, 2018 - C++
-
Updated
Aug 25, 2019 - Pascal
-
Updated
Apr 30, 2020 - Swift
- Benchmark suite.
- Compare with Rust.
- Compare with incoming javascript's
BigInt
.
Tests & integrity
-
Updated
Jun 14, 2020 - Java
I'm going to procrastinate on this until Razenpok does it probably
-
Updated
Jul 1, 2019 - Swift
-
Updated
May 7, 2019 - PHP
-
Updated
Jan 19, 2018 - Java
-
Updated
Mar 24, 2020 - C++
-
Updated
Jan 25, 2018 - C++
-
Updated
May 29, 2020 - JavaScript
Improve this page
Add a description, image, and links to the biginteger topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the biginteger topic, visit your repo's landing page and select "manage topics."
Could you please provide a small example how to use this module? For example in a node.js environment?