pub async fn pow( exec_state: &mut ExecState, args: Args, ) -> Result<KclValue, KclError>
Compute the number to a power.