Cómo llamar funciones matemáticas en vs2008
#includelt;math.hgt;
Simplemente agrega la oración anterior
Por ejemplo, en lenguaje C puedes escribir así:
#includelt; math.hgt;
int main()
{
float a=100, b
b; = sqrt(a);
printf("f", b);
devuelve 0;
}
#includelt;math.hgt;
Simplemente agrega la oración anterior
Por ejemplo, en lenguaje C puedes escribir así:
#includelt; math.hgt;
int main()
{
float a=100, b
b; = sqrt(a);
printf("f", b);
devuelve 0;
}