Skip to content

Commit

Permalink
4_long_div.md: Правки
Browse files Browse the repository at this point in the history
  • Loading branch information
1vanK committed Apr 12, 2024
1 parent 303e038 commit af804b2
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions docs/4_long_div.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,14 +160,15 @@
Литература:
1. https://ru.wikipedia.org/wiki/Деление_столбиком
2. https://en.wikipedia.org/wiki/Long_division
3. https://www.codeproject.com/Articles/1276311/Multiple-Precision-Arithmetic-Division-Algorithm
4. http://algolist.manual.ru/maths/longnum.php
5. https://www.geeksforgeeks.org/divide-large-number-represented-string/
6. [Pope, Stein. Multiple Precision Arithmetic](https://dl.acm.org/doi/10.1145/367487.367499)
7. [Krishnamurthy, Nandi. On the Normalization Requirement of Divisor in Divide-and-Correct Methods](https://dl.acm.org/doi/abs/10.1145/363848.363867)
8. [Дональд Кнут. Искусство программирования. Том 2. Третье издание. Раздел 4.3.1](https://djvu.online/file/AK1GKM4qtVd6r#p=311),
3. https://ru.wikipedia.org/wiki/Деление_с_остатком
4. https://www.codeproject.com/Articles/1276311/Multiple-Precision-Arithmetic-Division-Algorithm
5. http://algolist.manual.ru/maths/longnum.php
6. https://www.geeksforgeeks.org/divide-large-number-represented-string/
7. [Pope, Stein. Multiple Precision Arithmetic](https://dl.acm.org/doi/10.1145/367487.367499)
8. [Krishnamurthy, Nandi. On the Normalization Requirement of Divisor in Divide-and-Correct Methods](https://dl.acm.org/doi/abs/10.1145/363848.363867)
9. [Дональд Кнут. Искусство программирования. Том 2. Третье издание. Раздел 4.3.1](https://djvu.online/file/AK1GKM4qtVd6r#p=311),
а также [ответы на упражнения](https://djvu.online/file/AK1GKM4qtVd6r#p=685)
9. [Кнут на английском](https://www.haio.ir/app/uploads/2022/01/The-art-of-computer-programming.-Vol.2.-Seminumerical-algorithms-by-Knuth-Donald-E-z-lib.org_.pdf#page=285) (перевод на русский — неточный)
10. [Hansen. Multiple-Length Division Revisited: A Tour of the Minefield](https://surface.syr.edu/eecs_techreports/166/)
11. [Brent, Zimmermann. Modern Computer Arithmetic](https://maths-people.anu.edu.au/~brent/pub/pub226.html)
12. [Verma. Implementing Basic Arithmetic for Large Integers: Division](https://mathsanew.com/articles_html/23/implementing_large_integers_division.html)
10. [Кнут на английском](https://www.haio.ir/app/uploads/2022/01/The-art-of-computer-programming.-Vol.2.-Seminumerical-algorithms-by-Knuth-Donald-E-z-lib.org_.pdf#page=285) (перевод на русский — неточный)
11. [Hansen. Multiple-Length Division Revisited: A Tour of the Minefield](https://surface.syr.edu/eecs_techreports/166/)
12. [Brent, Zimmermann. Modern Computer Arithmetic](https://maths-people.anu.edu.au/~brent/pub/pub226.html)
13. [Verma. Implementing Basic Arithmetic for Large Integers: Division](https://mathsanew.com/articles_html/23/implementing_large_integers_division.html)

0 comments on commit af804b2

Please sign in to comment.