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
At the moretypes/14 page, x^y is used to mean exponentiation but the math package uses x**y. Also, the XOR version is prettier than the math.Pow version.
x^y
x**y
The text was updated successfully, but these errors were encountered:
Dup of #11310
Sorry, something went wrong.
I believe this is fixed in https://go-review.googlesource.com/#/c/11134/3/content/moretypes.article by removing the reference math.Pow() (so the reader is no longer directed to documentation that uses the x**y syntax).
math.Pow()
No branches or pull requests
At the moretypes/14 page,
x^y
is used to mean exponentiation but the math package usesx**y
. Also, the XOR version is prettier than the math.Pow version.The text was updated successfully, but these errors were encountered: