Automatic Differentiation
 
Loading...
Searching...
No Matches
std::numeric_limits< stan::math::fvar< T > > Struct Template Reference

Detailed Description

template<typename T>
struct std::numeric_limits< stan::math::fvar< T > >

Definition at line 10 of file std_numeric_limits.hpp.

#include <std_numeric_limits.hpp>

Static Public Member Functions

static constexpr stan::math::fvar< T > min ()
 
static constexpr stan::math::fvar< T > max ()
 
static constexpr stan::math::fvar< T > epsilon ()
 
static constexpr stan::math::fvar< T > round_error ()
 
static constexpr stan::math::fvar< T > infinity ()
 
static constexpr stan::math::fvar< T > quiet_NaN ()
 
static constexpr stan::math::fvar< T > signaling_NaN ()
 
static constexpr stan::math::fvar< T > denorm_min ()
 

Static Public Attributes

static const bool is_specialized
 
static const int digits
 
static const int digits10
 
static const bool is_signed
 
static const bool is_integer
 
static const bool is_exact
 
static const int radix
 
static constexpr int max_digits10 {numeric_limits<T>::max_digits10}
 
static const int min_exponent
 
static const int min_exponent10
 
static const int max_exponent
 
static const int max_exponent10
 
static const bool has_infinity
 
static const bool has_quiet_NaN
 
static const bool has_signaling_NaN
 
static const float_denorm_style has_denorm
 
static const bool has_denorm_loss
 
static const bool is_iec559
 
static const bool is_bounded
 
static const bool is_modulo
 
static const bool traps
 
static const bool tinyness_before
 
static const float_round_style round_style
 

The documentation for this struct was generated from the following file: