Stan  1.0
probability, sampling & optimization
Namespaces | Variables
constants.hpp File Reference
#include <boost/math/constants/constants.hpp>

Go to the source code of this file.

Namespaces

 stan
 Probability, optimization and sampling library.
 
 stan::math
 Matrices and templated mathematical functions.
 

Variables

const double stan::math::E = boost::math::constants::e<double>()
 The base of the natural logarithm, $ e $. More...
 
const double stan::math::SQRT_2 = std::sqrt(2.0)
 The value of the square root of 2, $ \sqrt{2} $. More...
 
const double stan::math::LOG_2 = std::log(2.0)
 The natural logarithm of 2, $ \log 2 $. More...
 
const double stan::math::LOG_10 = std::log(10.0)
 The natural logarithm of 10, $ \log 10 $. More...
 
const double stan::math::INFTY = std::numeric_limits<double>::infinity()
 Positive infinity. More...
 
const double stan::math::NEGATIVE_INFTY = - std::numeric_limits<double>::infinity()
 Negative infinity. More...
 
const double stan::math::NOT_A_NUMBER = std::numeric_limits<double>::quiet_NaN()
 (Quiet) not-a-number value. More...
 
const double stan::math::EPSILON = std::numeric_limits<double>::epsilon()
 Smallest positive value. More...
 
const double stan::math::NEGATIVE_EPSILON = - std::numeric_limits<double>::epsilon()
 Largest negative value (i.e., smallest absolute value). More...
 

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