Xref: utzoo comp.lang.c:40475 sci.math:18251 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!swrinde!cs.utexas.edu!sun-barr!lll-winken!xanth!cs.odu.edu!kremer From: kremer@cs.odu.edu (Lloyd Kremer) Newsgroups: comp.lang.c,sci.math Subject: Re: Need greater precision Message-ID: <1991Jun26.150605.2674@cs.odu.edu> Date: 26 Jun 91 15:06:05 GMT References: <1991Jun26.133648.503@newserve.cc.binghamton.edu> Sender: news@cs.odu.edu (News File Owner) Organization: Old Dominion University, Norfolk, VA Lines: 14 Nntp-Posting-Host: opium.cs.odu.edu In article <1991Jun26.133648.503@newserve.cc.binghamton.edu> hanrahan@bingvaxu.cc.binghamton.edu (Bill Hanrahan) writes: >I have a student here working on some neural net stuff and he needs to >manipulate numbers with a lot more precision than the 16 or 18 digits >that he now gets. Microsoft C 6.00 has 'long double' (80 bits) pretty well implemented. VAX C offers several floating types including H_FLOAT (128 bits). Lloyd Kremer Hilton Systems, Inc. kremer@cs.odu.edu