Date: Fri, 23 Aug 1996 12:24:25 -0400 From: "Aaron Voisine" <voisine@cioe.com> To: <freebsd-hackers@freebsd.org> Subject: rintf broke? Message-ID: <199608231724.MAA16677@vic.cioe.com>
next in thread | raw e-mail | index | archive | help
Umm... is the rintf function broken or what? I'm running it on an almost current freebsd system. here's the code: #include <stdlib.h> #include <iostream.h> #include <math.h> int main() { cout << rintf(12.3456789) << endl; } ///////////EOF/////////// here's the output: 12.125 whats up? Aaron Voisine Senior Programmer CIOE Corporation
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199608231724.MAA16677>