From: Guido Kanschat Date: Wed, 22 Mar 2006 10:59:12 +0000 (+0000) Subject: new files numbers.h X-Git-Tag: v8.0.0~12041 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb0dd2ae9aebda94bc6a6ca0a45461e733d1d712;p=dealii.git new files numbers.h git-svn-id: https://svn.dealii.org/trunk@12657 0785d39b-7218-0410-832d-ea1e28bc413d --- 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