QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
Loading...
Searching...
No Matches
Namespaces | Functions
expm1.hpp File Reference

complex versions of expm1 and logp1 More...

#include <ql/types.hpp>
#include <complex>

Go to the source code of this file.

Namespaces

namespace  QuantLib
 

Functions

std::complex< Real > expm1 (const std::complex< Real > &z)
 
std::complex< Real > log1p (const std::complex< Real > &z)
 

Detailed Description

complex versions of expm1 and logp1

Definition in file expm1.hpp.