TrailingZeroCountL function
Fully qualified name: Std.Math.TrailingZeroCountL
function TrailingZeroCountL(a : BigInt) : Int
Summary
For a non-zero integer a
, returns the number of trailing zero bits
in the binary representation of a
.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Fully qualified name: Std.Math.TrailingZeroCountL
function TrailingZeroCountL(a : BigInt) : Int
For a non-zero integer a
, returns the number of trailing zero bits
in the binary representation of a
.