From owner-freebsd-hackers Fri Aug 23 10:21:30 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA14514 for hackers-outgoing; Fri, 23 Aug 1996 10:21:30 -0700 (PDT) Received: from vic.cioe.com (vic.cioe.com [204.120.165.37]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id KAA14506 for ; Fri, 23 Aug 1996 10:21:27 -0700 (PDT) Received: from kern.cioe.com (kern.cioe.com [204.120.165.48]) by vic.cioe.com (8.7.5/8.7.3) with ESMTP id MAA16677 for ; Fri, 23 Aug 1996 12:24:26 -0500 (EST) Message-Id: <199608231724.MAA16677@vic.cioe.com> From: "Aaron Voisine" To: Subject: rintf broke? Date: Fri, 23 Aug 1996 12:24:25 -0400 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1155 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Umm... is the rintf function broken or what? I'm running it on an almost current freebsd system. here's the code: #include #include #include int main() { cout << rintf(12.3456789) << endl; } ///////////EOF/////////// here's the output: 12.125 whats up? Aaron Voisine Senior Programmer CIOE Corporation