avinassh / gg-flip

Highly performant Javascript library to flip the signs
https://avi.im/gg-flip/
MIT License
190 stars 5 forks source link

Fix off-by-one error #13

Closed jwilk closed 6 years ago

jwilk commented 6 years ago

This is needed for case 9007199254740991 to be included in the switch statement.

avinassh commented 6 years ago

Thank you! Explains why my production build was breaking earlier.