Skip to content

fix(core): improve belonging of point to interval#454

Open
Marthym wants to merge 1 commit intoHipparchus-Math:developfrom
Marthym:hotfix/improve-belonging-of-point-to-interval-lus
Open

fix(core): improve belonging of point to interval#454
Marthym wants to merge 1 commit intoHipparchus-Math:developfrom
Marthym:hotfix/improve-belonging-of-point-to-interval-lus

Conversation

@Marthym
Copy link
Copy Markdown

@Marthym Marthym commented Mar 25, 2026

The test to determine whether a point belongs to the interval [0,1] is not robust to numerical errors. However, it is necessary to allow points that are slightly outside the bounds. Tests have shown that a numerical error of up to 1e-10 can occur in some cases.

The test to determine whether a point belongs to the interval [0,1] is not robust to numerical errors. However, it is necessary to allow points that are slightly outside the bounds. Tests have shown that a numerical error of up to 1e-10 can occur in some cases.
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.

1 participant