![]() |
Stan Math Library
2.14.0
reverse mode automatic differentiation
|
#include <stan/math/prim/scal/fun/exp2.hpp>
Go to the source code of this file.
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
Functions | |
template<typename T > | |
T | stan::math::ldexp (const T &a, int b) |
Returns the product of a (the significand) and 2 to power b (the exponent). More... | |