跳转到内容

sin

float  sin(float n)

返回n的正弦值,其中n以弧度为单位。

<vector> sin(<vector>n)

返回一个新向量,其中每个分量都应用了sin()函数。