Automatic Differentiation
 
Loading...
Searching...
No Matches
double_d Struct Reference

Detailed Description

Double double - a 128 bit floating point number defined as an exact sum of 2 doubles.

low should be less than 1 ulp of high.

Definition at line 25 of file double_d.hpp.

#include <double_d.hpp>

Public Member Functions

 double_d ()
 
 double_d (double a)
 
 double_d (double h, double l)
 

Public Attributes

double high
 
double low
 

The documentation for this struct was generated from the following file: