Skip to content
New issue

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

BUG: vil_math::isnan #852

Merged
merged 2 commits into from
Aug 2, 2021
Merged

BUG: vil_math::isnan #852

merged 2 commits into from
Aug 2, 2021

Conversation

drewgilliam
Copy link
Contributor

vil_math::isisinf, vil_math::isnan, vil_math::isfinite, vil_math::isnormal copied from vnl_math, handling a variety of corner cases (e.g., MSVC does not properly implement C++11 conformance for integral types).

Fixes issue #843, @dzenanz, @hjmjohnson

PR Checklist

  • ❌ Makes breaking changes to the vxl/core/* API that requires semantic versioning increase
  • ✔️ Makes design changes to existing vxl/core* API that requires semantic versioning increase
  • ❌ Makes changes to the contributed directory API DOES NOT require semantic versioning increase
  • ❌ Adds tests and baseline comparison (quantitative).
  • ❌ Adds Documentation.

…m vnl_math, handling a variety of corner cases (e.g., MSVC does not properly implement c++11 conformance for integral types)
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.

None yet

2 participants