Function log10

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

Compute the base 10 logarithm of the number.