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
Follow-up from #126
This is a meta-issue listing all possible re-factorings made possible by C++11 based on scanning the code at the time of writing this issue:
isnan
isinf
isfinite
erf
The text was updated successfully, but these errors were encountered:
[ML] Refactor code to use std::lgamma instead of boost::math::lgamma (#…
601f344
…132) Migrate remaining codebase to std::lgamma, std::{isfinite,isinf,isnan}andstd::erf` fixes #128
[ML] Refactor code to use std::lgamma instead of boost::math::lgamma (e…
8150c5f
…lastic#132) Migrate remaining codebase to std::lgamma, std::{isfinite,isinf,isnan}andstd::erf` fixes elastic#128
e78785c
hendrikmuhs
Successfully merging a pull request may close this issue.
Follow-up from #126
This is a meta-issue listing all possible re-factorings made possible by C++11 based on scanning the code at the time of writing this issue:
isnan
,isinf
,isfinite
erf
The text was updated successfully, but these errors were encountered: