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
]-inf;21.5] => (-inf, 21.5] ]30.5;33.5] => (30.5, 33.5]
The text was updated successfully, but these errors were encountered:
Imho, the two notations are used. But indeed, the value separator should be ‘,’ instead of ‘;’.
cf. https://en.wikipedia.org/wiki/Interval_(mathematics) Including or excluding endpoints To indicate that one of the endpoints is to be excluded from the set, the corresponding square bracket can be either replaced with a parenthesis, or reversed. Both notations are described in International standard ISO 31-11.
Sorry, something went wrong.
marcboulle
No branches or pull requests
Description
]-inf;21.5] => (-inf, 21.5]
]30.5;33.5] => (30.5, 33.5]
Context
The text was updated successfully, but these errors were encountered: