Function sqrt

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

Compute the square root of a number.