I've been attempting to perform a bitwise AND operation on long numbers using Javascript. Despite trying the solutions provided at (How to do bitwise AND in javascript on variables that are longer than 32 bit?), none of them have been accurate for the numbers I'm dealing with. To illustrate the issue, I've put together a plunker.
Plunker:
http://plnkr.co/edit/awFGFKxpkmwIPpnJ06lu?p=preview
Any suggestions or assistance would be greatly appreciated.