Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.