awalle
Messages postés16Date d'inscriptionmardi 24 avril 2007StatutMembreDernière intervention28 juin 2007
-
27 mai 2007 à 11:33
cs_rt15
Messages postés3874Date d'inscriptionmardi 8 mars 2005StatutModérateurDernière intervention 7 novembre 2014
-
30 mai 2007 à 10:59
voilà mon code!
#include<stdio.h>
#include<math.h>
#include<stdlib.h>
int main()
{
double v,h,a,b,x;
h=(b-a)/6;
printf("doner a\n");
scanf("%lf",&a);
printf("doner b\n");
scanf("%lf",&b);
//f=cos(x);
v=h*(cos(a)+4*cos((a+b)/2)+cos(b));
printf("intégrale(f,a,b)= %lf\n",h);
}
mon problème c'est que mon h=0, la question c'est comment je fait pour
avoir h comme un nombre avec des nombre apés la virgulle.?
merci