Skip to content

fix: float gt lt handling#850

Open
Rub1kCube wants to merge 3 commits intolitestar-org:mainfrom
Rub1kCube:fix/float-gt-lt-handling
Open

fix: float gt lt handling#850
Rub1kCube wants to merge 3 commits intolitestar-org:mainfrom
Rub1kCube:fix/float-gt-lt-handling

Conversation

@Rub1kCube
Copy link
Copy Markdown
Contributor

Description

Fix incorrect handling of gt/lt constraints for float values by using math.nextafter instead of sys.float_info.epsilon, ensuring correct minimal float shifts.

Closes

Closes #392

@Rub1kCube Rub1kCube requested a review from adhtruong as a code owner April 10, 2026 13:38
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.

Bug: gt and lt is not handled properly for floats

1 participant