0
1.2kviews
Write a program in C to implement following summation of series upto n terms.
written 8.3 years ago by | modified 2.8 years ago by |
$1 – x^2 / 2! + x^4 / 4! – x^6 / 6! + x^8 / 8!$
Mumbai university > FE > SEM 2 > Structured Programming Approach
Marks: 10M
Year: Dec 2015
ADD COMMENT
EDIT
1 Answer