GammaLib 2.1.0.dev
Loading...
Searching...
No Matches
GDerivative::tiny Class Reference

#include <GDerivative.hpp>

Public Member Functions

 tiny (void)
 
 ~tiny (void)
 
double one (void) const
 Return one.
 
double operator() (double eps) const
 Evaluate minimal difference between two floating points.
 

Private Attributes

double m_one
 

Detailed Description

Definition at line 92 of file GDerivative.hpp.

Constructor & Destructor Documentation

◆ tiny()

GDerivative::tiny::tiny ( void )
inline

Definition at line 94 of file GDerivative.hpp.

◆ ~tiny()

GDerivative::tiny::~tiny ( void )
inline

Definition at line 95 of file GDerivative.hpp.

Member Function Documentation

◆ one()

double GDerivative::tiny::one ( void ) const

Return one.

Definition at line 875 of file GDerivative.cpp.

References m_one.

◆ operator()()

double GDerivative::tiny::operator() ( double eps) const

Evaluate minimal difference between two floating points.

Definition at line 885 of file GDerivative.cpp.

References GDerivative::eps().

Member Data Documentation

◆ m_one

double GDerivative::tiny::m_one
private

Definition at line 99 of file GDerivative.hpp.

Referenced by one().


The documentation for this class was generated from the following files: