1#ifndef STAN_MATH_PRIM_FUN_SCALBN_HPP
2#define STAN_MATH_PRIM_FUN_SCALBN_HPP
11template <
typename T,
typename = require_autodiff_t<T>>
double value_of_rec(const fvar< T > &v)
Return the value of the specified variable.
double scalbn(const T &x, int n)
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...