Function log2

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

Compute the base 2 logarithm of the number.