Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
std_real_concept.hpp File Reference
Include dependency graph for std_real_concept.hpp:

Classes

class  boost::math::concepts::std_real_concept
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::math
 
 boost::math::concepts
 
 boost::math::tools
 

Macros

#define BOOST_MATH_STD_REAL_CONCEPT_HPP
 

Typedefs

typedef long double boost::math::concepts::std_real_concept_base_type
 

Functions

std_real_concept boost::math::concepts::operator+ (const std_real_concept &a, const std_real_concept &b)
 
std_real_concept boost::math::concepts::operator- (const std_real_concept &a, const std_real_concept &b)
 
std_real_concept boost::math::concepts::operator* (const std_real_concept &a, const std_real_concept &b)
 
std_real_concept boost::math::concepts::operator/ (const std_real_concept &a, const std_real_concept &b)
 
bool boost::math::concepts::operator== (const std_real_concept &a, const std_real_concept &b)
 
bool boost::math::concepts::operator!= (const std_real_concept &a, const std_real_concept &b)
 
bool boost::math::concepts::operator< (const std_real_concept &a, const std_real_concept &b)
 
bool boost::math::concepts::operator<= (const std_real_concept &a, const std_real_concept &b)
 
bool boost::math::concepts::operator> (const std_real_concept &a, const std_real_concept &b)
 
bool boost::math::concepts::operator>= (const std_real_concept &a, const std_real_concept &b)
 
boost::math::concepts::std_real_concept std::acos (boost::math::concepts::std_real_concept a)
 
boost::math::concepts::std_real_concept std::cos (boost::math::concepts::std_real_concept a)
 
boost::math::concepts::std_real_concept std::asin (boost::math::concepts::std_real_concept a)
 
boost::math::concepts::std_real_concept std::atan (boost::math::concepts::std_real_concept a)
 
boost::math::concepts::std_real_concept std::atan2 (boost::math::concepts::std_real_concept a, boost::math::concepts::std_real_concept b)
 
boost::math::concepts::std_real_concept std::ceil (boost::math::concepts::std_real_concept a)
 
boost::math::concepts::std_real_concept std::fmod (boost::math::concepts::std_real_concept a, boost::math::concepts::std_real_concept b)
 
boost::math::concepts::std_real_concept std::cosh (boost::math::concepts::std_real_concept a)
 
boost::math::concepts::std_real_concept std::exp (boost::math::concepts::std_real_concept a)
 
boost::math::concepts::std_real_concept std::fabs (boost::math::concepts::std_real_concept a)
 
boost::math::concepts::std_real_concept std::abs (boost::math::concepts::std_real_concept a)
 
boost::math::concepts::std_real_concept std::floor (boost::math::concepts::std_real_concept a)
 
boost::math::concepts::std_real_concept std::modf (boost::math::concepts::std_real_concept a, boost::math::concepts::std_real_concept *ipart)
 
boost::math::concepts::std_real_concept std::frexp (boost::math::concepts::std_real_concept a, int *expon)
 
boost::math::concepts::std_real_concept std::ldexp (boost::math::concepts::std_real_concept a, int expon)
 
boost::math::concepts::std_real_concept std::log (boost::math::concepts::std_real_concept a)
 
boost::math::concepts::std_real_concept std::log10 (boost::math::concepts::std_real_concept a)
 
boost::math::concepts::std_real_concept std::tan (boost::math::concepts::std_real_concept a)
 
boost::math::concepts::std_real_concept std::pow (boost::math::concepts::std_real_concept a, boost::math::concepts::std_real_concept b)
 
boost::math::concepts::std_real_concept std::pow (boost::math::concepts::std_real_concept a, int b)
 
boost::math::concepts::std_real_concept std::sin (boost::math::concepts::std_real_concept a)
 
boost::math::concepts::std_real_concept std::sinh (boost::math::concepts::std_real_concept a)
 
boost::math::concepts::std_real_concept std::sqrt (boost::math::concepts::std_real_concept a)
 
boost::math::concepts::std_real_concept std::tanh (boost::math::concepts::std_real_concept a)
 
template<class Policy >
int boost::math::concepts::iround (const concepts::std_real_concept &v, const Policy &pol)
 
int boost::math::concepts::iround (const concepts::std_real_concept &v)
 
template<class Policy >
long boost::math::concepts::lround (const concepts::std_real_concept &v, const Policy &pol)
 
long boost::math::concepts::lround (const concepts::std_real_concept &v)
 
template<class Policy >
int boost::math::concepts::itrunc (const concepts::std_real_concept &v, const Policy &pol)
 
int boost::math::concepts::itrunc (const concepts::std_real_concept &v)
 
template<class Policy >
long boost::math::concepts::ltrunc (const concepts::std_real_concept &v, const Policy &pol)
 
long boost::math::concepts::ltrunc (const concepts::std_real_concept &v)
 
template<class charT , class traits >
std::basic_ostream< charT,
traits > & 
boost::math::concepts::operator<< (std::basic_ostream< charT, traits > &os, const std_real_concept &a)
 
template<class charT , class traits >
std::basic_istream< charT,
traits > & 
boost::math::concepts::operator>> (std::basic_istream< charT, traits > &is, std_real_concept &a)
 
template<>
concepts::std_real_concept boost::math::tools::make_big_value< concepts::std_real_concept > (boost::floatmax_t val, const char *, mpl::false_ const &, mpl::false_ const &)
 
template<>
concepts::std_real_concept boost::math::tools::max_value< concepts::std_real_concept > (BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC(concepts::std_real_concept))
 
template<>
concepts::std_real_concept boost::math::tools::min_value< concepts::std_real_concept > (BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC(concepts::std_real_concept))
 
template<>
concepts::std_real_concept boost::math::tools::log_max_value< concepts::std_real_concept > (BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC(concepts::std_real_concept))
 
template<>
concepts::std_real_concept boost::math::tools::log_min_value< concepts::std_real_concept > (BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC(concepts::std_real_concept))
 
template<>
int boost::math::tools::digits< concepts::std_real_concept > (BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC(concepts::std_real_concept))
 

Variables

template<>
concepts::std_real_concept boost::math::tools::epsilon (BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC(concepts::std_real_concept))
 

Macro Definition Documentation

#define BOOST_MATH_STD_REAL_CONCEPT_HPP