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

Standardize modulo operator % on real numbers (step 2) #21747

Open
videlec opened this issue Oct 23, 2016 · 0 comments
Open

Standardize modulo operator % on real numbers (step 2) #21747

videlec opened this issue Oct 23, 2016 · 0 comments

Comments

@videlec
Copy link
Contributor

videlec commented Oct 23, 2016

For any subset of the real numbers we change the modulo operator to be

x%y is the unique x' between [0,y) of the form x + ny with n integer

This ticket affects floating point numbers, interval and balls.

See this sage-devel thread and also #15260

Depends on #21746
Depends on #21745

Component: basic arithmetic

Author: Vincent Delecroix

Issue created by migration from https://trac.sagemath.org/ticket/21747

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