You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michael Reber b880c3ccde Initial commit 4 years ago
..
C Program to calculate sum of series 1 - x^22! + x^44! - x^66! + x^88!..c Initial commit 4 years ago
C Program to calculate sum of series 12 + 34 + 56 + ....... + n..c Initial commit 4 years ago
C Program to calculate sum of series 12 - 34 + 56 - 78 ....... upto n terms..c Initial commit 4 years ago
C Program to find (1!(by)1) + (2!(by)2) + (3!(by)3) + (4!(by)4) + (5!(by)5) + ...c Initial commit 4 years ago
C Program to find (1^1) + (2^2) + (3^3) + (4^4) + (5^5) + ...c Initial commit 4 years ago
C Program to find Series and find sum of 1+3+5+...c Initial commit 4 years ago
C Program to find Sum of cube of n natural numbers.c Initial commit 4 years ago
C Program to find Sum of infinite GP series.c Initial commit 4 years ago
C Program to find Sum of series 1+1(by)2+1(by)3+....c Initial commit 4 years ago
C Program to find cos(x) using the series cos(x)..c Initial commit 4 years ago
C Program to find sin(x) using the series sin(x)..c Initial commit 4 years ago
C Program to find sum of series 1 + 12 + 13 + ....... + 1n..c Initial commit 4 years ago
C Program to find sum of series 1 + 12! + 13! + ....... + 1n!..c Initial commit 4 years ago
C Program to find value of pi using the series pi^2 6 = 11^2 + 12^2 +..... + 11000^2..c Initial commit 4 years ago
Exponential series of 1+x+x2(by)2!+x3(by)3!+.......c Initial commit 4 years ago
To print series using function in C.c Initial commit 4 years ago
Write a c program to find out the sum of given A.P.c Initial commit 4 years ago
Write a c program to find out the sum of given G.P.c Initial commit 4 years ago
Write a c program to find out the sum of given H.P.c Initial commit 4 years ago
Write a c program to find out the sum of series 1 + 2 + n.c Initial commit 4 years ago
Write a c program to find out the sum of series 12 + 22 + n2.c Initial commit 4 years ago
Write a c program to find out the sum of series 13 + 23 + + n3.c Initial commit 4 years ago