Difference between revisions of "Talk:Base/Data Types"

From Apache OpenOffice Wiki
Jump to: navigation, search
 
(more research)
 
Line 3: Line 3:
 
Real, double, number and decimal can only have 15 significant decimal digits.
 
Real, double, number and decimal can only have 15 significant decimal digits.
 
I don't know whether longer values are not stored or they are stored but not shown correctly. Does this fit to your description? [[User:Regina|Regina]] 19:35, 15 October 2007 (CEST)
 
I don't know whether longer values are not stored or they are stored but not shown correctly. Does this fit to your description? [[User:Regina|Regina]] 19:35, 15 October 2007 (CEST)
 +
 +
To be honest I am not sure at this point either, I went with the published Java specification for the particular data type each mapped to. I suppose it needs more research. [[User:DrewJensen|Drew]] 17:26, 16 October 2007 (CEST)

Latest revision as of 15:26, 16 October 2007

I see this behavior: Float can only have 7 significant decimal digits and all values between 0 and 1 are made to 0. Real, double, number and decimal can only have 15 significant decimal digits. I don't know whether longer values are not stored or they are stored but not shown correctly. Does this fit to your description? Regina 19:35, 15 October 2007 (CEST)

To be honest I am not sure at this point either, I went with the published Java specification for the particular data type each mapped to. I suppose it needs more research. Drew 17:26, 16 October 2007 (CEST)

Personal tools