We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
e.g. toString(), print(), arythmetics operators, etc.
if possible
The text was updated successfully, but these errors were encountered:
I have been looking and it seems tahat java does not have operation overloading. Which methods do we want to have here? https://blogs.oracle.com/javamagazine/post/is-it-time-for-operator-overloading-in-java
We could add methods like arrayj.plus(arrayj2), arrayj.pow(2)... Do you think that would be useful or people would default to the kernels?
arrayj.plus(arrayj2)
arrayj.pow(2)
Sorry, something went wrong.
For now I would say simple a debug / print function would be great. Not urgent for now, other issue are more important.
When branches are created from issues, their pull requests are automatically linked.
e.g. toString(), print(), arythmetics operators, etc.
if possible
The text was updated successfully, but these errors were encountered: