basic c
Write a program in C to find the sum of the Taylor series of cos(x)
TASK- Write a program in C to find the sum of the Taylor series of cos(x) Taylor series of Cos(x): 1 - x²/2! + x⁴/4!...…. CODE:…
TASK- Write a program in C to find the sum of the Taylor series of cos(x) Taylor series of Cos(x): 1 - x²/2! + x⁴/4!...…. CODE:…