Home
last modified time | relevance | path

Searched refs:npvTol (Results 1 – 2 of 2) sorted by relevance

/dports/finance/quantlib/QuantLib-1.20/test-suite/
H A Deuropeanoption.cpp1753 const Real npvTol = 1e-2; in testDouglasVsCrankNicolson() local
1763 if (npvDiff > npvTol) { in testDouglasVsCrankNicolson()
1770 << "\n tolerance: " << npvTol); in testDouglasVsCrankNicolson()
H A Dhybridhestonhullwhiteprocess.cpp911 const Real npvTol = 0.01; in testFdmHestonHullWhiteEngine() local
912 if (std::fabs(calculated - expected) > npvTol) { in testFdmHestonHullWhiteEngine()