Phew, my biggest worry is solved (LD docs): ``` LOG2CEIL(exp) Return the binary logarithm of exp rounded towards infinity. LOG2CEIL(0) returns 0. ```