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

floating-point comparisons More...

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

Go to the source code of this file.

Classes

struct  earlier_than< ext::shared_ptr< T > >
 

Namespaces

namespace  QuantLib
 

Functions

bool close (Real x, Real y)
 
bool close (Real x, Real y, Size n)
 
bool close_enough (Real x, Real y)
 
bool close_enough (Real x, Real y, Size n)
 

Detailed Description

floating-point comparisons

Definition in file comparison.hpp.