
Math::Power
Math::Power returns the value of the cos decimal.
Math::Power( Decimal value Decimal power : Decimal result );
Parameters
| value | The input value |
| power | The power to raise the value by |
| result | The result 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(){
System::ReportEvent(u"It's e squared "+Math::Power(Math::E,2));
}Requirements
TScript Version: 1.4
Also See
Math::SinListen All
Comments (0)

