Elements  6.2
A C++ base framework for the Euclid Software.
Classes | Namespaces | Functions | Variables
FloatPrecision.cpp File Reference
#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"
Include dependency graph for FloatPrecision.cpp:

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
 

Detailed Description

Date
October 30th, 2018
Author
Hubert Degaudenzi

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.