-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Bitwise operations on BigDecimal #20
Comments
What about use |
I'm wondering, what would the downside be of requiring that people explicitly cast to BigInt in those cases? |
@littledan We would expect code that looks like this: |
I can't figure out what sense bitwise operations like
|
,&
and^
would make on BigDecimal. My intuition is that we should just throw TypeErrors if they are used. Any concerns with this plan?The text was updated successfully, but these errors were encountered: