Developer notes
Mathematical equivalence of bit shifts
a
<<
b
<=>
a
*
(
2
^
b
)
a
>>
b
<=>
a
/
(
2
^
b
)
No comments :
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments ( Atom )
No comments :
Post a Comment