MCPcopy Create free account
hub / github.com/avaxman/Directional / is_odd

Function is_odd

external/eigen/test/array_cwise.cpp:236–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

int_powFunction · 0.85
float_pow_test_implFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected