- Jul 26, 2000
 
- 253
 
- 0
 
- 0
 
i've been working on this program for 2 hrs and i give up. 5 dollars paypal for the first person who writes this in 'C' for me.
Write C programs for the following: The function sin(x) can be approximated by summing the first n terms of the infinite seriessin(x) = x ? x3/3! + x5/5! ? x7/7! + ?where x is expressed in radians (Note: ð radians = 180o). Continue adding successive terms in the series until the value of the next term becomes smaller in magnitude than 0.00001 (10-5).
thank you.
forgot to add "#include math.h
			
			Write C programs for the following: The function sin(x) can be approximated by summing the first n terms of the infinite seriessin(x) = x ? x3/3! + x5/5! ? x7/7! + ?where x is expressed in radians (Note: ð radians = 180o). Continue adding successive terms in the series until the value of the next term becomes smaller in magnitude than 0.00001 (10-5).
thank you.
forgot to add "#include math.h
				
		
			