Raises a value to the power ofDocumentation Index
Fetch the complete documentation index at: https://docs.starknet.io/llms.txt
Use this file to discover all available pages before exploring further.
exp.
Note that 0⁰ (pow(0, 0)) returns 1. Mathematically this is undefined.
Signature
Panics
Panics if the result of the exponentiation operation overflows the output type.Examples
Trait functions
pow
Returnsself to the power exp.