Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

vnl_numeric_limits< double > Class Reference

#include <vnl_numeric_limits.h>

List of all members.

Static Public Methods

double min ()
double max ()
double epsilon ()
double round_error ()
double infinity ()
double quiet_NaN ()
double signaling_NaN ()
double denorm_min ()

Static Public Attributes

const bool is_specialized = true
const int digits = 53
const int digits10 = 15
const bool is_signed = true
const bool is_integer = false
const bool is_exact = false
const int radix = 2
const int min_exponent = -1021
const int min_exponent10 = -307
const int max_exponent = 1024
const int max_exponent10 = 308
const bool has_infinity = true
const bool has_quiet_NaN = true
const bool has_signaling_NaN = true
const bool has_denorm = false
const bool is_iec559 = true
const bool is_bounded = true
const bool is_modulo = false
const bool traps = true
const bool tinyness_before = true
const vnl_float_round_style round_style = vnl_round_to_nearest


Member Function Documentation

double vnl_numeric_limits< double >::denorm_min   [inline, static]
 

Definition at line 499 of file vnl_numeric_limits.h.

double vnl_numeric_limits< double >::epsilon   [inline, static]
 

Definition at line 486 of file vnl_numeric_limits.h.

double vnl_numeric_limits< double >::infinity   [static]
 

double vnl_numeric_limits< double >::max void    [inline, static]
 

Definition at line 479 of file vnl_numeric_limits.h.

double vnl_numeric_limits< double >::min void    [inline, static]
 

Definition at line 478 of file vnl_numeric_limits.h.

double vnl_numeric_limits< double >::quiet_NaN   [static]
 

double vnl_numeric_limits< double >::round_error   [inline, static]
 

Definition at line 487 of file vnl_numeric_limits.h.

double vnl_numeric_limits< double >::signaling_NaN   [static]
 


Member Data Documentation

const int vnl_numeric_limits< double >::digits = 53 [static]
 

Definition at line 480 of file vnl_numeric_limits.h.

const int vnl_numeric_limits< double >::digits10 = 15 [static]
 

Definition at line 481 of file vnl_numeric_limits.h.

const bool vnl_numeric_limits< double >::has_denorm = false [static]
 

Definition at line 495 of file vnl_numeric_limits.h.

const bool vnl_numeric_limits< double >::has_infinity = true [static]
 

Definition at line 492 of file vnl_numeric_limits.h.

const bool vnl_numeric_limits< double >::has_quiet_NaN = true [static]
 

Definition at line 493 of file vnl_numeric_limits.h.

const bool vnl_numeric_limits< double >::has_signaling_NaN = true [static]
 

Definition at line 494 of file vnl_numeric_limits.h.

const bool vnl_numeric_limits< double >::is_bounded = true [static]
 

Definition at line 501 of file vnl_numeric_limits.h.

const bool vnl_numeric_limits< double >::is_exact = false [static]
 

Definition at line 484 of file vnl_numeric_limits.h.

const bool vnl_numeric_limits< double >::is_iec559 = true [static]
 

Definition at line 500 of file vnl_numeric_limits.h.

const bool vnl_numeric_limits< double >::is_integer = false [static]
 

Definition at line 483 of file vnl_numeric_limits.h.

const bool vnl_numeric_limits< double >::is_modulo = false [static]
 

Definition at line 502 of file vnl_numeric_limits.h.

const bool vnl_numeric_limits< double >::is_signed = true [static]
 

Definition at line 482 of file vnl_numeric_limits.h.

const bool vnl_numeric_limits< double >::is_specialized = true [static]
 

Definition at line 477 of file vnl_numeric_limits.h.

const int vnl_numeric_limits< double >::max_exponent = 1024 [static]
 

Definition at line 490 of file vnl_numeric_limits.h.

const int vnl_numeric_limits< double >::max_exponent10 = 308 [static]
 

Definition at line 491 of file vnl_numeric_limits.h.

const int vnl_numeric_limits< double >::min_exponent = -1021 [static]
 

Definition at line 488 of file vnl_numeric_limits.h.

const int vnl_numeric_limits< double >::min_exponent10 = -307 [static]
 

Definition at line 489 of file vnl_numeric_limits.h.

const int vnl_numeric_limits< double >::radix = 2 [static]
 

Definition at line 485 of file vnl_numeric_limits.h.

const vnl_float_round_style vnl_numeric_limits< double >::round_style = vnl_round_to_nearest [static]
 

Definition at line 505 of file vnl_numeric_limits.h.

const bool vnl_numeric_limits< double >::tinyness_before = true [static]
 

Definition at line 504 of file vnl_numeric_limits.h.

const bool vnl_numeric_limits< double >::traps = true [static]
 

Definition at line 503 of file vnl_numeric_limits.h.


The documentation for this class was generated from the following file:
Generated at Fri May 21 01:17:17 2004 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000