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