Skip to content
Snippets Groups Projects
Commit a5e55e5c authored by Patrick Jaap's avatar Patrick Jaap
Browse files

Fix: Implement std::numeric_limits and Dune::MathematicalConstants for hyperdual numbers

This is simply done by forwarding to the `double` implementation.
This is safe since `hyperdual` numbers can be constructed from `double` numbers.
parent 32ab93a7
Branches
No related tags found
1 merge request!42Fix: Implement std::numeric_limits and Dune::MathematicalConstants for hyperdual numbers
Pipeline #29964 passed