Module math

Module math 

Source
Expand description

This modules implements some math helper functions.

Functionsยง

ceil_log2
Returns ceil(log2(d)) but panics if d = 0.