Teuchos - Trilinos Tools Package
Version of the Day
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
core
src
Teuchos_PrintDouble.hpp
Go to the documentation of this file.
1
// @HEADER
2
// *****************************************************************************
3
// Teuchos: Common Tools Package
4
//
5
// Copyright 2004 NTESS and the Teuchos contributors.
6
// SPDX-License-Identifier: BSD-3-Clause
7
// *****************************************************************************
8
// @HEADER
9
10
#ifndef TEUCHOS_PRINT_DOUBLE_HPP
11
#define TEUCHOS_PRINT_DOUBLE_HPP
12
13
#include <iosfwd>
14
19
namespace
Teuchos {
20
30
void
print_double
(std::ostream& os,
double
v);
31
32
}
33
34
#endif
Teuchos::print_double
void print_double(std::ostream &os, double v)
Prints a double-precision floating-point number exactly using minimal characters. ...
Definition:
Teuchos_PrintDouble.cpp:65
Generated on Thu Nov 21 2024 09:21:49 for Teuchos - Trilinos Tools Package by
1.8.5