Hi ..

Is there any place where i could get a COMPLETE list of functions in "math.h" or any other header file for that matter ?
And i mean COMPLETE .. for example today i found out that math.h has a function called "hypot(x,y)" that returns sqrt(x*x+y*y) .. now i was unable to find it on the web ..

Any links ?

Thanks !