Stan Math Library
4.9.0
Automatic Differentiation
|
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 |