https://chaoticlab.io/posts/sqrt-newton/
In this short post, I want to show a way to find the square root of a positive number without relying on the standard library using Newton's method. This is ...
square root offindingnumberwithoutusing
https://theodiamandis.com/blog/2023/pell/
We use Newton's method to find solutions to Pell's equation
newton methodpellequation