Quote:
Originally Posted by Shinigami2057
Should be in <math.h>.
Code:
#include <math.h>
double asin(double x);
float asinf(float x);
|
You don't know how long we were pulling our hair out last year because it couldn't parse "arcsin(x)" (not to mention me repeatedly telling others that "1/sin(x)" would NOT do it) ;D