-

「Functions HI-TECH C COS」の版間の差分

提供: HI-TECH C for CP/M Fan WIKI(JP)
移動先: 案内検索
(ページの作成:「<strong>COS</strong> ==概要== #include <math.h> double cos(double f) ==詳細== この関数は引数のコサインを求めます。 ==参照== sin, tan,...」)
 
(相違点なし)

2018年1月2日 (火) 17:32時点における最新版

COS

概要

#include  <math.h>

double    cos(double f)


詳細

この関数は引数のコサインを求めます。

参照

sin, tan, asin, acos, atan