pub async fn log2( exec_state: &mut ExecState, args: Args, ) -> Result<KclValue, KclError>
Compute the base 2 logarithm of the number.