funcion sqrt

int main()
{
   double x = 6.54321;
 
   printf( "sqrt( %f ) = %f\n", x, sqrt(x) );
   return 0;
}

Comentarios

Entradas populares de este blog

Evaluación Agosto Diciembre 2014

Ejercicios unidad V