Returns a specified number raised to the specified power.
Syntax
Smartsite SXML | Copy Code |
---|---|
float math.pow(float a, float b) |
Parameters
Name | Data Type | Description |
---|---|---|
a | Float | Input number to be raised to a power. |
b | Float | Input number that specifies a power. |
Return Value
Data Type | Description |
---|---|
Float | The number a raised to the power b. |