tan(float)

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

float tan(
    float fValue
);

Parameters

fValue

タンジェント計算させたい浮動小数値(ラジアン表記ではなく度)


Description

タンジェントを計算し値を返す。



Remarks

底辺÷高さ


Version

1.26

See Also

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


author: Charles Feduke, editor: John Shuell, additional contributor(s): Steven Mitcham, JP team: ngtaicho
Send comments on this topic.