atan(float)
アークタンジェント計算し結果を返す。
float atan( float fValue );
Parameters
fValue
タンジェント値を意味する浮動小数値。
Description
アークタンジェントを計算し結果を度で返す(ラジアンではない)
返す値は-90.0 から 90.0
Remarks
タンジェントの逆関数
Version
1.31
See Also
functions: | acos | asin | cos | sin | tan |
categories: | Math Functions |
author: Charles Feduke, additional contributor(s): Paul Catalano, JP team: geshi, ngtaicho
Send comments on this topic.