cos(float)

コサイン計算し、結果を返す。

float cos(
    float fValue
);

Parameters

fValue

コサイン計算させたい浮動小数値


Description

コサインを計算し値を返す(ラジアン表記ではなく度)



Remarks

斜辺÷底辺(余弧)

参考:

ラジアン=度÷180×π

度=ラジアン÷π×180


Version

1.31

See Also

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


author: Charles Feduke, additional contributor(s): Jeff Copus, Paul Catalano, JP team: geshi, ngtaicho
Send comments on this topic.