原 型:double asin(double x);
头 文 件:math.h
返 回 值:x的反正弦值。返回值的范围在-π/2到π/2之间。如果x的值不在-1到+1之间,那么就会发生定义域错误。
相关函数:acos、atan、atan2、cos、sin、tan