guanaqo 1.0.0-alpha.25
Utilities for scientific software
Loading...
Searching...
No Matches
quadmath-print.hpp
Go to the documentation of this file.
1#pragma once
2
3#ifdef GUANAQO_WITH_QUAD_PRECISION
4
5#include <guanaqo/export.h>
6#include <iosfwd>
7
8namespace guanaqo {
9GUANAQO_EXPORT
10std::ostream &operator<<(std::ostream &os, __float128 f);
11} // namespace guanaqo
12using guanaqo::operator<<;
13
14#endif
std::ostream & operator<<(std::ostream &, TimingsCPU)
Definition timed-cpu.cpp:31