From b13622d9c8df11f78561de067e3d906bc44d572a Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 29 Jun 2015 18:15:23 -0500 Subject: [PATCH] Add a changelog entry. --- doc/news/changes.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/news/changes.h b/doc/news/changes.h index 397572b333..8f0c051b50 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -538,6 +538,14 @@ inconvenience this causes.
(Angel Rodriguez, 2015/06/29) + +
  • Fixed: The function numbers::is_finite() produced incorrect results when + called with a NaN number (specifically, it produces an uncatchable floating + point exception when called with a signalling NaN). This was clearly not + intended since such values are definitely not finite. +
    + (Wolfgang Bangerth, 2015/06/29) +
  • Improved: The SparseMatrix class can now also use std::complex scalars for its elements. -- 2.39.5