tan(float)
タンジェント計算し結果を返す。
float tan( float fValue );
Parameters
fValue
タンジェント計算させたい浮動小数値(ラジアン表記ではなく度)
Description
タンジェントを計算し値を返す。
Remarks
底辺÷高さ(正接)
tanθ=sinθ/cosθ
Version
1.31
See Also
functions: | acos | asin | atan | cos | sin |
categories: | Math Functions |
author: Charles Feduke, editor: John Shuell, additional contributor(s): Steven Mitcham, Paul Catalano, JP team: geshi, ngtaicho
Send comments on this topic.