BitSizeL function
Fully qualified name: Std.Math.BitSizeL
function BitSizeL(a : BigInt) : Int
Summary
For a non-negative integer a
, returns the number of bits required to represent a
.
NOTE: This function returns the smallest n such that a < 2^n.