Return-Path: Delivered-To: apmail-stdcxx-commits-archive@www.apache.org Received: (qmail 55734 invoked from network); 4 Jun 2008 07:20:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jun 2008 07:20:12 -0000 Received: (qmail 22347 invoked by uid 500); 4 Jun 2008 07:20:15 -0000 Delivered-To: apmail-stdcxx-commits-archive@stdcxx.apache.org Received: (qmail 22331 invoked by uid 500); 4 Jun 2008 07:20:15 -0000 Mailing-List: contact commits-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list commits@stdcxx.apache.org Received: (qmail 22322 invoked by uid 99); 4 Jun 2008 07:20:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jun 2008 00:20:15 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jun 2008 07:19:34 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 3CA3DD2EA for ; Wed, 4 Jun 2008 07:19:51 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: commits@stdcxx.apache.org Date: Wed, 04 Jun 2008 07:19:51 -0000 Message-ID: <20080604071951.10175.78078@eos.apache.org> Subject: [Stdcxx Wiki] Update of "FloatingPoint" by farid X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Stdcxx Wiki" for change notification. The following page has been changed by farid: http://wiki.apache.org/stdcxx/FloatingPoint ------------------------------------------------------------------------------ == printf() formatting == - || || AIX || HP-UX || IRIX || Linux || Solaris || Tru64 || + || || AIX || HP-UX || IRIX || Linux || Solaris || Tru64 || MSVC || - || Infinity || `+/- INF` || `+/- inf`|| `+/- inf` || `+/- inf` || `+/- Inf` || `+/- INF` || + || Infinity || `+/- INF` || `+/- inf`|| `+/- inf` || `+/- inf` || `+/- Inf` || `+/- INF` || `+/- 1.#INF` || - || Quiet NaN || `+/- NaNQ` || `+/- nan`|| `+/- nan0xxx` || `+/- nan` || `+/- NaN` || `NaNQ` || + || Quiet NaN || `+/- NaNQ` || `+/- nan`|| `+/- nan0xxx` || `+/- nan` || `+/- NaN` || `NaNQ` || ` - 1.#IND` || - || Signaling NaN || `+/- NaNS` || `+/- nan`|| `+/- nan0xxx` || `+/- nan` || `+/- NaN` || `NaNS` || + || Signaling NaN || `+/- NaNS` || `+/- nan`|| `+/- nan0xxx` || `+/- nan` || `+/- NaN` || `NaNS` || `+/- 1.#QNAN` || == numeric_limits values/formatting == - || || AIX || HP-UX || IRIX || Linux || Solaris/x86 || Tru64 || + || || AIX || HP-UX || IRIX || Linux || Solaris/x86 || Tru64 || Windows || - || || XLC++ 9.0 || aCC 3,6 || MIPSpro || gcc || Sun C++ || HP C++ || + || || XLC++ 9.0 || aCC 3,6 || MIPSpro || gcc || Sun C++ || HP C++ || MSVC || - || `infinity()` || `INF` || `inf` || `inf` || `inf` || `Inf` || 0 || + || `infinity()` || `INF` || `inf` || `inf` || `inf` || `Inf` || 0 || `1.#INF` || - || `quiet_NaN()` || `-NaNQ` || `nan` || `nan0xxx` || `nan` || `NaN` || 0 || + || `quiet_NaN()` || `-NaNQ` || `nan` || `nan0xxx` || `nan` || `NaN` || 0 || `1.#QNAN` || - || `signaling_NaN()`|| `-INF` || `nan` || `nan0xxx` || `nan` || `NaN` || 0 || + || `signaling_NaN()`|| `-INF` || `nan` || `nan0xxx` || `nan` || `NaN` || 0 || `1.#QNAN` || AIX/Power: