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 floor divisions #80

Closed
weepy opened this issue Jan 11, 2010 · 3 comments
Closed

// for floor divisions #80

weepy opened this issue Jan 11, 2010 · 3 comments

Comments

@weepy
Copy link

weepy commented Jan 11, 2010

x: a // b

to

x: Math.floor(a / b)
@jashkenas
Copy link
Owner

Shouldn't this be symmetric to your proposed exponential symbol? The nth root, or something like that?

@weepy
Copy link
Author

weepy commented Jan 11, 2010

Well it could be, but that would be much less useful! You can do the yth root of x, with x ** (1/y)

@jashkenas
Copy link
Owner

See ticket #79. 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