Stan Math Library  2.12.0
reverse mode automatic differentiation
Namespaces | Functions
log1m_exp.hpp File Reference
#include <stan/math/prim/scal/fun/log1m.hpp>
#include <boost/throw_exception.hpp>
#include <cmath>
#include <limits>
#include <stdexcept>

Go to the source code of this file.

Namespaces

 stan
 
 stan::math
 Matrices and templated mathematical functions.
 

Functions

double stan::math::log1m_exp (const double a)
 Calculates the log of 1 minus the exponential of the specified value without overflow log1m_exp(x) = log(1-exp(x)). More...
 

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