C言語ホーム
>
その他、C言語の詳細について
>
標準ライブラリ一覧(ヘッダ毎)
|
標準ライブラリ一覧(アルファベット順)
> tanf
サイト内検索:
tanf
C言語の標準ライブラリtanfのリファレンスです。
tanf
<tanf>
概要
正接を計算する(float)。
ヘッダ
#include <math.h>
I/F
float tanf(float x);
戻り値
正接値。
詳細
tanf関数は、ラジアン値xの正接を計算する。