Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!.POSTED!not-for-mail From: Jan Burse Newsgroups: comp.lang.java.programmer Subject: higher precision doubles Date: Sat, 06 Aug 2011 00:20:48 +0200 Organization: albasani.net Lines: 8 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.albasani.net gzUh2xwIn7WP62PBk0woMEa7Q/3nxOkKCs4pzKqNbV5CudVWFyJInsyVnlRpyBossK1elS5oqTAS03SZdEjSYA== NNTP-Posting-Date: Fri, 5 Aug 2011 22:20:49 +0000 (UTC) Injection-Info: news.albasani.net; logging-data="Ws4IC28PFNCCcXIRLu4lsrz92VYg7D9y7lgrDyiQxhx1TxvV/zceiO9x6SVI3+TkRIDEudT1WAoSwb6r8ctv2/gyU1oOzG3AnbBE6T5acIoB+nK3uPOVFQyjbJKQjrBJ"; mail-complaints-to="abuse@albasani.net" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:5.0) Gecko/20110706 Firefox/5.0 SeaMonkey/2.2 Cancel-Lock: sha1:zo+OWgKrtNjFq431pNHUIUUzEc8= Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:6818 Dear All IEEE allows to internally calculate with additional bits. Is it possible to have awailable these ops? Like an add with this higher precision? How could we store such a result? Would there be a wrapper like Double? Bye