C++QEDCore  2.100.2 (v2 Milestone 10 Development branch)
a framework for simulating open quantum dynamics – core
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
formdouble Namespace Reference

Comprises tools related to FormDouble. More...

Classes

class  Bound
 Essentially a compound of a FormDouble and a value of some double-based type (e.g. double, dcomp, std::vector<double>, etc.) More...
 
class  Zero
 A dummy FormDouble used mainly for setting/getting the overallPrecision. More...
 

Detailed Description

Comprises tools related to FormDouble.

The aim of this module is to collect to one place all the issues of the formatting of doubles, necessary for output in various places. The idea is from [8] 21.4.6.3.

Named FormDouble here, since it is only issues pertaining to the display of doubles that are treated.