|
guanaqo
1.0.0-alpha.24
Utilities for scientific software
|
#include <guanaqo/quadmath/quadmath.hpp>#include <cmath>#include <complex>#include <concepts>#include <type_traits>Go to the source code of this file.
Classes | |
| struct | guanaqo::is_complex_float< T > |
| struct | guanaqo::is_complex_float< std::complex< T > > |
Namespaces | |
| namespace | guanaqo |
Concepts | |
| concept | guanaqo::float_or_complex_float |
Variables | |
| template<class T> | |
| constexpr bool | guanaqo::is_complex_float_v = is_complex_float<T>::value |