8-2.三角関数


  • sin (sinの計算)
  • cos (cosの計算)
  • asin (Arcsinの計算)
  • acos (Arccosの計算)
  • atan (Arctanの計算)
  • これらの関数を使用するには math.h を、incluede する必要があります。

    #include < math.h >