Returns the number raised to a specified power.
double Pow(double/int value; double/int power)
| value | The number to raise to a power. | 
| power | The power. | 
Example
Pow(2; 8)
Returns 256.
Returns the number raised to a specified power.
double Pow(double/int value; double/int power)
| value | The number to raise to a power. | 
| power | The power. | 
Pow(2; 8)
Returns 256.
F7 for caret browsing Hold ALT and press letter
| This Info: | ALT+q | 
| Page Header: | ALT+h | 
| Topic Header: | ALT+t | 
| Topic Body: | ALT+b | 
| Contents: | ALT+c | 
| Search: | ALT+s | 
| Exit Menu/Up: | ESC |