An open API service indexing awesome lists of open source software.

https://github.com/sunsetquest/newtonplus-fast-biginteger-and-bigfloat-square-root

A fast, possibly the fastest, square root function for large integers and floats in C# and Java. The algorithm uses a variety of new and existing ideas to calculate the square root with greater efficiency and better performance than other algorithms. The performance of this function only starts large numbers above 2^52.
https://github.com/sunsetquest/newtonplus-fast-biginteger-and-bigfloat-square-root

Last synced: 11 months ago
JSON representation

A fast, possibly the fastest, square root function for large integers and floats in C# and Java. The algorithm uses a variety of new and existing ideas to calculate the square root with greater efficiency and better performance than other algorithms. The performance of this function only starts large numbers above 2^52.

Awesome Lists containing this project