Red de conocimiento informático - Conocimiento del nombre de dominio - Cómo llamar funciones matemáticas en vs2008

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;

}