Function kcl_lib::std::math::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.