Skip to main content

builtin_log10

Function builtin_log10 

Source
fn builtin_log10(
    args: &[RValue],
    _: &[(String, RValue)],
) -> Result<RValue, RError>
Expand description

Base-10 logarithm.

@param x numeric vector @return numeric vector of base-10 logarithms