Skip to content
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

Add support for the exponentiation operator #1216

Merged
merged 1 commit into from Aug 1, 2014
Merged

Conversation

arv
Copy link
Collaborator

@arv arv commented Jul 31, 2014

x ** y is now short for Math.pow(x, y)

Similar for x **= y.

https://gist.github.com/rwaldron/ebe0f4d2d267370be882

@arv
Copy link
Collaborator Author

arv commented Jul 31, 2014

@rwaldron FYI

@arv
Copy link
Collaborator Author

arv commented Jul 31, 2014

@johnjbarton

@johnjbarton
Copy link
Contributor

lgtm

@rwaldron
Copy link
Contributor

💃

@arv arv merged commit a11230a into google:master Aug 1, 2014
@arv arv deleted the exponentiator branch August 1, 2014 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants