C/pow: Różnice pomiędzy wersjami

Usunięta treść Dodana treść
Linia 8:
double sqrt (double x);
float sqrtf(flaotfloat x);
long double sqrtl(long double x);
double hypot (double x, double y);
float hypotf(flaotfloat x, float y);
long double hypotl(long double x, long double y);
double cbrt (double x);
float cbrtf(flaotfloat x);
long double cbrtl(long double x);
double fabs (double x);
float fabsf(flaotfloat x);
long double fabsl(long double x);