+ 3
C# - I need to create a program to calculate square roots without using Math.sqrt or any square root method (or math library).
Hi! I don't really get how should I do it then. Can someone help me with that? I just began to learn C#. Thank you in advance!
1 ответ
0
@Ace Thanks for the response! I saw several methods like Babylonian, but I have no idea how to put those formulas in code. I would trougly appreciate any help.