why when I use:
double x, y;
y = pow(1-x, 1.0/3);
printf("%lf", y);
It turns:
-1.IND00
It works right when (1-x) is positive, but if negative - it doesn't work. Cannot understand why...I google it, follow some steps, but it didn't work :/
x is not initialised
Alex
Vitalii
olli
Anonymous
skipper
*
Pavel
Manav
Xudoyberdi