Need greater precision

Lloyd Kremer kremer at cs.odu.edu
Thu Jun 27 01:06:05 AEST 1991


In article <1991Jun26.133648.503 at newserve.cc.binghamton.edu> hanrahan at 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 at cs.odu.edu



More information about the Comp.lang.c mailing list