//1).Hacer la funcion factorial. //n! = 1 Si n=0 y n!= 1*2*3*4*..n Si n>0 #include #include #include double factorial(int n) { double f=1; int i; for(i=1;i0 // | 1/(x*x*x..y-veces) Si X y Y diferentes de cero y Y
Thank you for interesting in our services. We are a non-profit group that run this website to share documents. We need your help to maintenance this website.