| 234 | } |
| 235 | template <typename Exponent> |
| 236 | bool is_odd(const Exponent& exp) { |
| 237 | return pow_helper<Exponent>::is_odd_impl(exp); |
| 238 | } |
| 239 | |
| 240 | template <typename Base, typename Exponent> |
| 241 | void float_pow_test_impl() { |
no outgoing calls
no test coverage detected