tail head cat sleep
QR code linking to this page

manページ  — ATAN

名称

atan, atanf – 1 変数の逆正接関数

内容

ライブラリ

Math Library (libm, -lm)

書式

#include <math.h>

double
atan(double x);

float
atanf(float x);

解説

atan() および atanf() 関数は、 x の逆正接の主値を計算します。 丸めによる誤差の議論は、 math(3) を参照してください。

戻り値

atan() および atanf() 関数は、 [-π/2, +π/2] ラジアンの区間の逆正接を返します。

関連項目

acos(3), asin(3), atan2(3), cos(3), cosh(3), math(3), sin(3), sinh(3), tan(3), tanh(3)

規格

atan() 関数は、 ISO/IEC 9899:1990 ("ISO C90") に適合しています。

ATAN (3) May 2, 1991

tail head cat sleep
QR code linking to this page


このマニュアルページサービスについてのご意見は Ben Bullock にお知らせください。 Privacy policy.

There are 10 types of people in the world: those who understand binary, and those who don't.