dxDoublePow(double_1%,double_2%,destination_double%)

Parameters

double_1% = handle of double floating point variable created with dxCreateDouble
double_2% = handle of double floating point variable created with dxCreateDouble
destination_double% = handle of double floating point variable created with dxCreateDouble

Description

Raises the value in double_1 to the power of double_2 and saves tje result in destination