Evaluar expresiones complejas mediante programación.
#¿Incluir? & ltstdio.h & gt
¿#Contiene? & ltstdlib.h & gt
#¿Incluir? & ltmath.h & gt
¿Doble? Diversión(¿doble? x)
{
if(x <10)
{
¿Doble? t? =?1-exp(-1 * x);
Si (t){
¿Regresión? 1/t;
}
¿Devolución? 0x8FFFFFF//Infinito
}
Otros
¿Volver? (x+3)* sin(2 * x);
}
int? main()
{
printf("%8.3lf\n ", divertido(5.16));
printf("%8.3lf\n " , Diversión(16.32));
Sistema("pausa");
¿Regresar? 0;
}