From bb0dd2ae9aebda94bc6a6ca0a45461e733d1d712 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Wed, 22 Mar 2006 10:59:12 +0000 Subject: [PATCH] new files numbers.h git-svn-id: https://svn.dealii.org/trunk@12657 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index 20e0db42fc..b0639af596 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -262,9 +262,11 @@ inconvenience this causes.
  • New: The new deal_II_numbers::is_finite function can be used to check whether a floating point number is finite, - i.e. neither plus or minus infinite nor NaN (not a number). + i.e. neither plus or minus infinite nor NaN (not a number); + it is in the new include file base/numbers.h, which will + contain non-configured inline functions of this type.
    - (WB 2006/03/15) + (WB 2006/03/15) (GK 2006/03/22)

  • Improved: If the C++ runtime environment allows it, we now -- 2.39.5