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
Implement FloatEq, FloatDiff, FloatEqDebug and where appropriate FloatEqAll and FloatEqAllDebug over the following standard types (see #3):
()
*_all
The text was updated successfully, but these errors were encountered:
Closed, pending more specific issues.
Sorry, something went wrong.
No branches or pull requests
Implement FloatEq, FloatDiff, FloatEqDebug and where appropriate FloatEqAll and FloatEqAllDebug over the following standard types (see #3):
()
, up to size 12, inclusive)Wrappers
Containers that may fail calculating diffs
Result(postponed, possibly indefinitely, pending design of what to do with enums)*_all
checks)BTreeSet(requires that types be Ord, and Rust floats are not)HashSet(requires that types be Eq/Hash, and Rust floats are neither)TODO: Containers with other containers (e.g. Vec with arrays, etc).(will be added as a fresh issue)The text was updated successfully, but these errors were encountered: