npstat is hosted by Hepforge, IPPP Durham
NPStat  5.10.0
quad_float.hh
Go to the documentation of this file.
1 #ifndef NPSTAT_QUAD_FLOAT_HH_
2 #define NPSTAT_QUAD_FLOAT_HH_
3 
4 /*!
5 // \file quad_float.hh
6 //
7 // \brief Basic header to include for quadruple precision calculations
8 //
9 // Author: I. Volobouev
10 //
11 // July 2023
12 */
13 
14 #include <quadmath.h>
15 typedef __float128 quad_float;
16 
17 #endif // NPSTAT_QUAD_FLOAT_HH_