Skip to main content

builtin_log2

Function builtin_log2 

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

Base-2 logarithm.

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