Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

#1: Initial revision by user avatar Michael Hardy‭ · 2024-07-17T16:41:19Z (3 months ago)
If the standard deviation of your measurements is in the trillions, then rounding to integers will make little difference – probably no practical difference – since the rounding error is so tiny by comparison to the value. If the standard deviation is $1/2$ then you would be throwing away huge amounts of information and your results will be wrong.

Generally you shouldn't round more than you have to until the last step.

And notice that $(20+\tfrac13)\times 3 = 60 + \left(\tfrac13\times3\right) = \text{exactly } 61,$

but $20.33\times3 = 60.99,$

So $61$ is an exactly answer and $60.99$ is a rounded answer.

If you show $61$ and $60.99$ to a person whose grasp of arithmetic is at a naive level, and as which one is rounded, they'll get it wrong.