You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For double and float this operator currently does not apply. Still adding this (besides the question whether this is doable) will lead to confusion, so I would not like having this.
In python there is a different operator (**) that is used for exponentiation. Adding this to java might make sense, although I am not sure if this can be done by this plugin.
it should map to Math.pow(double,double) etc... or does this already work somehow?
The text was updated successfully, but these errors were encountered: