24 de maio de 2013

/*função do PVI f(t,y) escrito em C*/

float f(float ti , float wi){
return (wi - ti*ti + 1);
}