Advertisements I want to calculate the following in Rust: Python Equivalent: math.ceil(math.log(b+1, 2)) ceil(log_2 n+1) I have tried: a+1.log2() ...
確定! 回上一頁