This function returns the exponentiation of two numbers.
Both input numbers cannot be both equal to 0 simultaneously.
Bash
pow(firstNumber,secondNumber) #Output: Number
📚 Use cases and examples
| Use case |
|---|
| No content found. |