$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r51474 - trunk/boost/math/special_functions/detail
From: john_at_[hidden]
Date: 2009-02-27 12:06:22
Author: johnmaddock
Date: 2009-02-27 12:06:21 EST (Fri, 27 Feb 2009)
New Revision: 51474
URL: http://svn.boost.org/trac/boost/changeset/51474
Log:
remove spurious euro sign in comment.
Text files modified:
trunk/boost/math/special_functions/detail/fp_traits.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/math/special_functions/detail/fp_traits.hpp
==============================================================================
--- trunk/boost/math/special_functions/detail/fp_traits.hpp (original)
+++ trunk/boost/math/special_functions/detail/fp_traits.hpp 2009-02-27 12:06:21 EST (Fri, 27 Feb 2009)
@@ -117,7 +117,7 @@
Most processors support three different floating point precisions:
single precision (32 bits), double precision (64 bits)
and extended double precision (80 - 128 bits, depending on the processor)
-
+
Note that the C++ type long double can be implemented
both as double precision and extended double precision.
*/