Mizuochi Keita 4422af8be9 std.math.big.int: Add Sqrt
Implemented with reference to Modern Computer Arithmetic, Algorithm 1.13.
https://members.loria.fr/PZimmermann/mca/pub226.html

The below optimization ideas are derived from Go's big package.

* Minimize initial loop value
* Reuse loop values

math/big/int.go: https://cs.opensource.google/go/go/+/refs/tags/go1.20.4:src/math/big/int.go;l=1286
2023-05-29 13:04:32 +03:00
..
2023-05-29 13:04:32 +03:00
2023-04-30 18:16:04 -07:00
2022-04-27 12:20:44 -07:00
2022-04-27 12:20:44 -07:00
2022-04-27 12:20:44 -07:00
2022-04-27 12:20:44 -07:00
2022-04-27 12:20:44 -07:00
2022-05-17 21:55:22 +01:00
2022-04-27 12:20:44 -07:00
2022-04-27 12:20:44 -07:00
2021-10-05 12:32:26 -07:00
2022-04-27 12:20:44 -07:00
2023-05-24 00:01:48 +00:00
2022-05-17 22:04:12 +01:00
2022-05-17 22:04:12 +01:00
2022-04-27 12:20:44 -07:00
2023-04-30 18:16:04 -07:00
2022-04-27 12:20:44 -07:00
2022-04-27 14:18:34 -07:00
2022-05-17 21:55:22 +01:00
2023-04-30 18:16:04 -07:00