Jerome Grimbert wrote:
>
> I have a strange question about float number:
> what are the maximal and minimal values for a float, on the QL.
>
> I have found the answer for Abacus (it's in the doc!), but
> not for the SBasic/whole system.
The classic QL manual, Concepts section, Page 15 "data types/variables"
says:
Integers are whole numbers in the range -32768 to +32767...
Floating point numbers are in the range +/-(10^-615 to 10^+615), with 8
significant digits...
A string is a sequence of characters up to 32766 characters long...
[Note that 8 significant figures only is quoted as the 9th is used to
round the 8th.]