C Reference function asin()
Usage of asin():
double asin(double x);
Parameters:
The value of x must be within the range of -1 to +1 (inclusive).
Return value:
The returned value is in the range of -p/2 to +p/2 (inclusive).
Source code example of asin():
Posted in C Reference math.h Functions |
Comments Off on C Reference