1#ifndef STAN_MATH_PRIM_FUN_LOGB_HPP
2#define STAN_MATH_PRIM_FUN_LOGB_HPP
23template <
typename T,
typename = require_autodiff_t<T>>
double value_of_rec(const fvar< T > &v)
Return the value of the specified variable.
double logb(const T &x)
Returns the value of the unbiased radix-independent exponent from the floating-point argument.
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...