in reply to
Re: Bit operations for beginners
in thread
Bit operations for beginners
Additionally, '
~
' is more correctly called the (1's) complement operator, or bitwise negation operator, both according to
perlop
and, by its functionality, mathematics itself. Calling it the 'not' operator is confusing, imo.
Comment on
Re: Re: Bit operations for beginners
Download
Code
In Section
Meditations