acos(float)

アークコサイン計算し結果を返す。

float acos(
    float fValue
);

Parameters

fValue

コサイン値を意味する浮動小数値。値の範囲は -1.0 〜 1.0


Description

アークコサインを計算し結果を度で返す(ラジアンではない)



Remarks

コサインの逆関数


Version

1.22

See Also

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


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