float sin(float n)
n
のサインを返します。n
の単位はラジアンです。
<vector> sin(<vector>n)
各コンポーネントにsin()
が適用された新しいベクトルを返します。
See also | |
math |
|
trig |