-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BigInteger context functions not working #37
Comments
Method discovery is based on explicit argument type, it doesn't support implicit conversion. As a workaround, you can do the following:
I know this doesn't exactly solve the problem (i.e. if you're trying to input a big integer, such as Edit: |
I think BigInteger input could be achieved by something like |
This piece of code throws System.MissingMethodException: 'method not found: Abs'
The text was updated successfully, but these errors were encountered: