1000

zubiptr

Distinguished
Apr 28, 2011
3
0
18,510
I want to know how to write a 8086 Assembling language and Basic high level language program that will calculate square root of 32bit number, using the classical method of successive approximations known as Newton’s method. the method says, if A is an approximation for the square root of N, then A1=((N/A)+A)/2 is a better approximation. where N =10000, A=200e