kcl_lib::std::math

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.