Do Insights really need so many significant figures?

  • Context: Bug 
  • Thread starter Thread starter DrClaude
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
8 replies · 2K views
Mentor
Messages
8,478
Reaction score
5,699
I don't think that so many significant digits are needed :wink:

lens.jpg
 
Physics news on Phys.org
I changed the number of significant digits displayed in floating point numbers from 14 to 17. Might be what caused this issue. I'll revert back to 14.
 
mfb said:
Change it to 3 or 2? There is no point in having more.
Default is 14, so there must be some reason the PHP devs think it's a good value.
 
Greg Bernhardt said:
Default is 14, so there must be some reason the PHP devs think it's a good value.
I'm guessing that their Focus Group didn't have any scientists or engineers... :smile:
 
Greg Bernhardt said:
Default is 14, so there must be some reason the PHP devs think it's a good value.
Well, if it is a general PHP setting: PHP has no idea how precise these numbers are supposed to be. 14 is small enough to avoid displaying rounding errors in most cases, and large enough to keep more digits than anyone is reasonably interested in (with extremely few exceptions).