From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3845 invoked by alias); 24 Jan 2008 19:50:07 -0000 Received: (qmail 3674 invoked by uid 48); 24 Jan 2008 19:49:23 -0000 Date: Thu, 24 Jan 2008 19:50:00 -0000 From: "tthomas at redhat dot com" To: frysk-bugzilla@sourceware.org Message-ID: <20080124194922.5664.tthomas@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug general/5664] New: Issues with BigFloatingPoint X-Bugzilla-Reason: AssignedTo Mailing-List: contact frysk-bugzilla-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: frysk-bugzilla-owner@sourceware.org X-SW-Source: 2008-q1/txt/msg00170.txt.bz2 List-Id: - BigFloatingPoint.toString should use BigDecimal.toString. In Java 1.4.2, BigDecimal cannot print scientific notation. Currently, uses Float.toString and Double.toString which may print incorrect values for bigger values. - Use BigDecimal divide(BigDecimal, MathContext) to prevent loss of precision. - FloatingPoint854Format packing should learn to do IEEE 854 BigDecimal --> byte[] conversion. -- Summary: Issues with BigFloatingPoint Product: frysk Version: unspecified Status: NEW Severity: normal Priority: P2 Component: general AssignedTo: frysk-bugzilla at sourceware dot org ReportedBy: tthomas at redhat dot com CC: tthomas at redhat dot com BugsThisDependsOn: 5361 http://sourceware.org/bugzilla/show_bug.cgi?id=5664 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.