Function pow

Source
pub async fn pow(
    exec_state: &mut ExecState,
    args: Args,
) -> Result<KclValue, KclError>
Expand description

Compute the number to a power.