Skip to content

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

Patrick Jaap requested to merge fix/hyperdual into master

This is simply done by forwarding to the double implementation. This is safe since hyperdual numbers can be constructed from double numbers.

Merge request reports