clog2 method

LogicValue clog2()

Ceil of log base 2 operation.

Returns ceil of log base 2 of valid input. Returns x if any bit of input is invalid.

Implementation

LogicValue clog2() => _doUnaryMath(_clog2);