[math] deduce the return value of Power in order to allow unit value types (see dune-grid#79)
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.