From owner-freebsd-hackers Mon Mar 31 01:59:38 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA03065 for hackers-outgoing; Mon, 31 Mar 1997 01:59:38 -0800 (PST) Received: from f4.hotmail.com (F4.hotmail.com [207.82.250.15]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA03060 for ; Mon, 31 Mar 1997 01:59:34 -0800 (PST) Received: (from root@localhost) by f4.hotmail.com (8.7.5/8.7.3) id BAA12465; Mon, 31 Mar 1997 01:58:48 -0800 (PST) Date: Mon, 31 Mar 1997 01:58:48 -0800 (PST) Message-Id: <199703310958.BAA12465@f4.hotmail.com> Received: from 137.229.17.253 by www.hotmail.com with HTTP; Mon, 31 Mar 1997 01:58:48 PST X-Originating-IP: [137.229.17.253] From: " steve howe" To: hackers@freebsd.org Subject: float Content-Type: text/plain Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk can anyone tell me if FreeBSD will support IEEE DOUBLE FLOATS anytime soon? i am losing alot of precision in porting software that needs that precision in mathematical computations ... float to string to float conversion only give me 6 bytes of accuracy with floats, but i get 8 bytes under DOS with Double Floats. (i know Doubles are 40 bits, but i get 64 bits of accuracy in conversion with Doubles ...)