Re: [CHALLENGE] finding rightmost zero bit





I claim the slowest but it's a one-liner:

pos = nint (log (real(ieor(n,n+1)+1, kind=renough)) / log (2.0_renough))

:-)

.