Do Insights really need so many significant figures?

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

lens.jpg
 
Physics news on Phys.org
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).