Math::Sin
Math::Sin returns the value of the sin decimal.
Math::Sin( Decimal value : Decimal result );
Parameters
value | The input value |
result | The results value. |
Return Values
The error.errorCode value will be set to the underlining windows error message code and the error.errorString will have a detailed description of the error.
Remarks
Example Use
- TScript
main(){ Decimal cos = Math::Cos(0.5); Decimal sin = Math::Sin(0.5); }
Requirements
TScript Version: 1.4
Also See
Math::CosListen All
Comments (0)