QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
Loading...
Searching...
No Matches
Namespaces | Macros | Functions
exponentialintegrals.hpp File Reference
#include <ql/types.hpp>
#include <complex>

Go to the source code of this file.

Namespaces

namespace  QuantLib
 
namespace  QuantLib::ExponentialIntegral
 

Macros

#define M_EULER_MASCHERONI   0.5772156649015328606065121
 

Functions

Real Si (Real x)
 
Real Ci (Real x)
 
std::complex< Real > Ci (const std::complex< Real > &z)
 
std::complex< Real > Si (const std::complex< Real > &z)
 
std::complex< Real > E1 (const std::complex< Real > &z)
 
std::complex< Real > Ei (const std::complex< Real > &z)
 

Macro Definition Documentation

◆ M_EULER_MASCHERONI

#define M_EULER_MASCHERONI   0.5772156649015328606065121

Definition at line 30 of file exponentialintegrals.hpp.