trailing-zeros ( m -- n )


Vocabulary
math.cardinality

Inputs
ma number


Outputs
na number


Word description
Counts the number of trailing 0 bits in m, returning fixnum-bits if the number is zero.

Definition


Methods