fun
f_lg(
nn
) { val
xx
=
fcc
[
nn
]
?bits(
2
)
;
return
xx
==
0b01
||
xx
==
0b10
; }