MikeMcl / bignumber.js

A JavaScript library for arbitrary-precision decimal and non-decimal arithmetic
http://mikemcl.github.io/bignumber.js
MIT License
6.65k stars 742 forks source link

How to perform bitwise operations? #229

Closed webees closed 5 years ago

webees commented 5 years ago

I want to implement the functions of '&, |, ^, ~, >>, <<',I hope to give me some tips.

MikeMcl commented 5 years ago

See #106, #2 and #116.