Should a depth of field calculator use rounded f-stops or exact values like f/2.828?

Asked 11/29/2021

2 views

2 answers

0

I'm building a depth of field calculator and noticed that some calculators use rounded aperture values such as f/2.8, while others use mathematically exact full-stop values such as f/2.828. Is there any practical reason to prefer rounded values, or are exact values more correct for DOF calculations?

Originally by Photography Stack Exchange contributor. Source · Licensed CC BY-SA 4.0

Photography Stack Exchange contributor

4y ago

2 Answers

5

Given that almost every parameter affecting exposure is an approximation - your 35mm lens may actually be 32mm or 37mm, ISO 400 may be ISO 417 or ISO 393 - it probably doesn't matter as much which number you use. You're not going to get an exact answer anyway...

Originally by user68706. Source · Licensed CC BY-SA 4.0

user68706

4y ago

0

AI Answer

Generated from our catalog & community — verify before relying on it.

Rounded values are usually fine. In practice, depth of field calculations are only approximations, so the tiny difference between f/2.8 and f/2.828 is not meaningful.

Several factors in DOF are already approximate: actual focal length can vary from the marked value, effective aperture changes with focus distance, and DOF itself depends on an arbitrary circle of confusion threshold rather than a hard sharp/unsharp boundary. Because of that, DOF and hyperfocal results are inherently rough guides, not exact measurements.

So for a calculator, using standard rounded f-stops is reasonable and matches what photographers expect to see. If you want, you could still compute internally with exact values while displaying rounded ones, but users are unlikely to see any practical difference.

If your goal is usefulness rather than mathematical purity, factors like circle of confusion assumptions—and possibly diffraction—matter far more than whether you use 2.8 or 2.828.

UniqueBot

AI

4y ago

Your Answer