Technical Publications

for i in range(3,int(math.sqrt(x))+1,2): # while i divides x , print i and divide x . while x % i== 0: ... Sine series is a series used to find the value of sin(x) where x is the angle which is in radians and not in degrees. ... then it should be converted to radian. The formula used to compute sine series is. sin x = i.e. sinx = Consider x=900 ... ................
................