[Implemented] Longer floats, please

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

[Implemented] Longer floats, please

Post by BackupUser »

Restored from previous forum. Originally posted by julianbury.

Dear PureBasic Authors,

Please provide 64 bit and 80 bit floats like in C/C++ ...
A "double" is 8 bytes long and is a useful standard.
A "long double" is 10 bytes for high precision or astronomical numbers.
I think these are IEEE standards.
These are required for serious applications
or they would never have been provided.
Even the old 1983 BBC Micro's BBC Basic used 40 bit floats
and its supplimentary "BASIC64" used 64 bit floats.



Julian ^00^
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Rings.

dear julian,

we all hope that from version 4 beginning the compiler can use doubles , quads and more.Fred is on his way, we hope this year.
BTW.
This discussion starts every 2 weeks here now.Please use the Search-feature of this forum about doubles etc.

Its a long way to the top if you wanna .....CodeGuru
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by julianbury.

Sorry, I will search first in future :-/
Thanks for the good news, though :)


Julian ^00^
Post Reply