>>>>> "David" == David N Williams <[EMAIL PROTECTED]> writes:
> Does somebody know why SET-PRECISION has the different effects shown > below in GForth 0.5.0? > In MacOS X it behaves as I expected. In Redhat Linux, it produces > only the 17 digits that can be valid in IEEE 754 64-bit double > precision. I'm guessing some library difference in the 2 gcc's? The > MacOS X gcc is 2.95.2, and the Redhat gcc is 2.91.66. Seems that REPRESENT uses either glibc's `ecvt' or simple emulation code on platforms where it's not available. (Have a look at `engin/ecvt.c') David -- GnuPG public key: http://user.cs.tu-berlin.de/~dvdkhlng/dk.gpg Fingerprint: B17A DC95 D293 657B 4205 D016 7DEF 5323 C174 7D40 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
