Sin

ページ名:Sin
  • Sin

Value = Sin ( Angle AS Float )

角度のサインを計算します。 結果は-1から1の範囲です。
角度はラジアンで指定されます。

Examples

Print Sin(Pi / 2)
1

 

Dim DegreeAngle, RadianAngle As Float
DegreeAngle = 60
RadianAngle = DegreeAngle * Pi / 180
Print "The sine of "; DegreeAngle; " degree = "; Sin(RadianAngle)
The sine of 60 degree = 0.866025403784

See also

 

シェアボタン: このページをSNSに投稿するのに便利です。

コメント

返信元返信をやめる

※ 悪質なユーザーの書き込みは制限します。

最新を表示する

NG表示方式

NGID一覧