Skip to content

[math] deduce the return value of Power in order to allow unit value types (see dune-grid#79)

Christian Engwer requested to merge power-auto into master

When working with unit value types (e.g. meters, seconds, ...) the return type of Power is not the value type. This MR changes the return type to auto to enable automatic type deduction.

Merge request reports

Loading