Returns the sine of the number x.
Sin( X )
X | The number to determine the sine of |
---|
Numeric value
//The value of variable x is the value of the sinus //of the current value of the database //field {Angles}for each evaluation of this formula NumberVar x = Sin({Angles})
//some special values of sinus Sin(0) //0 Sin(0.5*pi) //1 Sin(pi) //0 Sin(1.5*pi) //-1 Sin(2*pi) //0