I am trying to do bitwise AND operation on long numbers in Javascript.
I have tried both the solution given at (How to do bitwise AND in javascript on variables that are longer than 32 bit?) but none of it was accurate with the numbers I am working with. I have created a plunker for the same to demonstrate the issue.
Plunker
http://plnkr.co/edit/awFGFKxpkmwIPpnJ06lu?p=preview
Any suggestion/help will be of great help.