atan(float)

アークタンジェント計算し結果を返す。

float atan(
    float fValue
);

Parameters

fValue

タンジェント値を意味する浮動小数値。


Description

アークタンジェントを計算し結果を度で返す(ラジアンではない)



Remarks

タンジェントの逆関数


Version

1.22

See Also

functions: acos | asin | cos | sin | tan
categories: Math Functions


author: Charles Feduke, JP team: ngtaicho
Send comments on this topic.