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

** for exponents? #79

Closed
weepy opened this issue Jan 11, 2010 · 1 comment
Closed

** for exponents? #79

weepy opened this issue Jan 11, 2010 · 1 comment

Comments

@weepy
Copy link

weepy commented Jan 11, 2010

x: a ** b

to

x: Math.pow(a,b)
@jashkenas
Copy link
Owner

It's a nice idea -- but let's not monkey with the math operators. There's not enough good-looking new symbols for us to leverage to make it worthwhile. It would be just one more thing to learn, for an operation that really isn't used that much (in JavaScript). Closing...

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants