QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
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) |
#define M_EULER_MASCHERONI 0.5772156649015328606065121 |
Definition at line 30 of file exponentialintegrals.hpp.