{{getMsg('Help_YouAreHere')}}:
/
{{page.title}}
{{page.title}}
{{$root.getMsg("downLoadHelpAsPdf")}}
{{helpModel.downloadHelpPdfDataStatus}}
Sin
Returns the sine of the number x.
Usage:
Sin( X )
Parameters:
| X | The number to determine the sine of |
|---|
Returns:
Numeric value
Examples:
//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
