逆引き辞典

<stdio.h>

画面への出力 printf キーボードからの入力 scanf

<math.h>

sinθの計算を行う sin exの計算を行う exp
cosθの計算を行う cos logの計算を行う log
tanθの計算を行う tan log10の計算を行う log10

<time.h>

処理時間の計算 clock

<stdlib.h>

プログラムの途中終了 exit 乱数生成 rand