Skip to content

Add more boundary test cases for double and float parsing#366

Merged
lemire merged 2 commits intofastfloat:mainfrom
976520:main
Feb 4, 2026
Merged

Add more boundary test cases for double and float parsing#366
lemire merged 2 commits intofastfloat:mainfrom
976520:main

Conversation

@976520
Copy link
Contributor

@976520 976520 commented Feb 4, 2026

This PR adds several edge-case tests to basictest.cpp to ensure the parser correctly handles values at the extreme limits of double and float representations. (Resolves #168)

no performance claims; tests only.

@lemire lemire merged commit 8d9f627 into fastfloat:main Feb 4, 2026
38 checks passed
@lemire
Copy link
Member

lemire commented Feb 4, 2026

Merged.

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.

Add the following corner cases to our tests

2 participants