Jan 7, 2002 #1 Guest_imported New member Joined Jan 1, 1970 Messages 0 Since it doesn't seem to have anything to do with powers/exponents, what does it do?
Jan 7, 2002 #2 MBaraz Programmer Joined Jul 9, 1999 Messages 20 Location US This is a bitwise XOR. Returns a one in a bit position if bits of one but not both operands are one. Bookmark this and pray it never goes away: http://home.netscape.com/eng/mozilla/3.0/handbook/javascript/index.html Regards... Upvote 0 Downvote
This is a bitwise XOR. Returns a one in a bit position if bits of one but not both operands are one. Bookmark this and pray it never goes away: http://home.netscape.com/eng/mozilla/3.0/handbook/javascript/index.html Regards...
Jan 7, 2002 Thread starter #3 Guest_imported New member Joined Jan 1, 1970 Messages 0 Thanks Upvote 0 Downvote