Function ln

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

Compute the natural logarithm of the number.