> and in C we now have 'float' for the single precision 32 bit IEEE 754
type,
> 'double' for the 64 bit type and 'long double' for 80 bit type

<offtopic>
Is there an 64bit integer type on all platforms? It tryed "long long int" in
C, but it seemed it didn't work (Linux nor w2k, but I'm not sure, could also
be because a misuse of printf). 64bit is enough for nearly any normal
application, where 32bits are on the limit. You can imagine a site having to
calculate with 2 billion, but with 9 * 10^27 I can't image it...
</offtopic>

> i definetly know about this, but the average newbie won't so why confuse
> him?

As I said before, AFAIK no-one is disagree'ing with using the name 'float'
in stead of double?

--Jeroen

Reply via email to