tan

 

書式
double tan(double x);

機能
タンジェントを求める。

戻り値
タンジェントの値。

ヘッダーファイル
math.h

 

使用例

double a,b;
a = 3.14159265;
b = tan(a);