Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
sinhc.hpp File Reference
#include <boost/math/tools/config.hpp>
#include <boost/math/tools/precision.hpp>
#include <boost/math/special_functions/math_fwd.hpp>
#include <boost/config/no_tr1/cmath.hpp>
#include <boost/limits.hpp>
#include <string>
#include <stdexcept>
#include <boost/config.hpp>
Include dependency graph for sinhc.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::math
 
 boost::math::detail
 

Functions

template<typename T >
T boost::math::detail::sinhc_pi_imp (const T x)
 
template<class T >
tools::promote_args< T >::type boost::math::sinhc_pi (T x)
 
template<class T , class Policy >
tools::promote_args< T >::type boost::math::sinhc_pi (T x, const Policy &)
 
template<typename T , template< typename > class U>
U< Tboost::math::sinhc_pi (const U< T > x)