MISSING template <typename F, typename return_t, detail::enable_if_t<(detail::builtin::is_genfloat<F>::value), int> > return_t logb(F x) (1) Compute the exponent of x, which is the integral part of logr (|x|). Parameters: F x