Stan Math Library  2.15.0
reverse mode automatic differentiation
Namespaces | Functions
ldexp.hpp File Reference
#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 >
stan::math::ldexp (const T &a, int b)
 Returns the product of a (the significand) and 2 to power b (the exponent). More...
 

     [ Stan Home Page ] © 2011–2016, Stan Development Team.