| Power (A ** exp) | |
|---|---|
|
|
| Type | |
| Category | Scalar > Operations |
Power (A ** exp)
Description
Returns the value of base raised to the power of exp.
Enums
Enum #1
There is currently no description for the enum #1.
- Add
- Subtract
- Multiply
- Divide
- Power
- Max
- Min
- Abs
- Clamp
- Sign
- Step
- Wrap
Arguments
| Type | Name (Display Name) | Description | Default |
|---|---|---|---|
| int | a (a) |
There is currently no description for the argument a. |
0 |
| int | exp (exp) |
There is currently no description for the argument exp. |
0 |
Outputs
int - result (A ** exp)
There is currently no description for output result.