atanf
浮動小数点値の逆正接を計算します。
[指定形式]
#include <mathf.h>
float atanf(float f);
[引数]
f 逆正接を求める浮動小数点値
[戻り値]
fの逆正接値
[備考]
atanf関数のリターン値の範囲は(-π/2,π/2)です。