Elements
6.2
A C++ base framework for the Euclid Software.
|
#include <iomanip>
#include <iostream>
#include <limits>
#include <map>
#include <string>
#include <cmath>
#include <boost/format.hpp>
#include <boost/math/constants/constants.hpp>
#include <boost/math/special_functions/next.hpp>
#include "ElementsKernel/ProgramHeaders.h"
#include "ElementsKernel/Unused.h"
Go to the source code of this file.
Classes | |
class | Elements::Examples::FloatPrecision |
Namespaces | |
Elements | |
Elements::Examples | |
Functions | |
template<typename T > | |
void | Elements::Examples::printTitle () |
template<> | |
void | Elements::Examples::printTitle< double > () |
template<typename T > | |
constexpr T | Elements::Examples::Zero () |
template<> | |
constexpr double | Elements::Examples::Zero< double > () |
template<typename T > | |
constexpr T | Elements::Examples::One () |
template<> | |
constexpr double | Elements::Examples::One< double > () |
template<typename T > | |
constexpr T | Elements::Examples::Two () |
template<> | |
constexpr double | Elements::Examples::Two< double > () |
template<typename T > | |
constexpr T | Elements::Examples::Seven () |
template<> | |
constexpr double | Elements::Examples::Seven< double > () |
template<typename T > | |
constexpr T | Elements::Examples::Ten () |
template<> | |
constexpr double | Elements::Examples::Ten< double > () |
template<typename T > | |
void | Elements::Examples::printFloatPrecision () |
Variables | |
constexpr int | Elements::Examples::PRINT_PRECISION = 32 |
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3.0 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Definition in file FloatPrecision.cpp.