pow(x, y)
Features
Return x raised to the power of y.
Parameters
Parameter Name | Data Type | Default Value | Description |
---|---|---|---|
x | float | - | |
y | float | - |
Return
Value | Description |
---|---|
x raised to the power y | - |
Exception
Exception | Description |
---|---|
DR_Error (DR_ERROR_TYPE) | Parameter data type error occurred |