原 型:double atan(double x);
头 文 件:math.h
返 回 值:x的反正切值。返回值的范围在-π/2到π/2之间。
相似函数:atan2
相关函数:acos、asin、cos、sin、tan