Hi,
I'm, trying to add the ability to use 1/2 and 1/3 stops in the my "Photographic Light Meter" Android app (ok, that was a bit of a plug!)
However, I'm struggling to understand the aperture naming system, as far as I understand it,
f-number = sqrt(2) ^ stop
so for stop 1, f = sqrt(2) ^ 1 = f/1
stop 5, f = sqrt(2) ^ 5 = 5.656 = f/5.6
So far so good, however it falls down when you get to stop 7, where
f = sqrt(2) ^ 7 = 11.313 = f/11.3, but its actually f/11. Same problem with 22.627 becoming f/22 not f/22.6!
So, where am I going wrong? What I want is a method which, given a stop (which could be a whole stop, a 1/2 stop or even 1/3 stop, so 5, 5.5 or 5.3, 5.6 etc) would give me a correct f/ value
Not a normal Photography & Video thread I know, but hoping someone understands this better that I do!
I'm, trying to add the ability to use 1/2 and 1/3 stops in the my "Photographic Light Meter" Android app (ok, that was a bit of a plug!)
However, I'm struggling to understand the aperture naming system, as far as I understand it,
f-number = sqrt(2) ^ stop
so for stop 1, f = sqrt(2) ^ 1 = f/1
stop 5, f = sqrt(2) ^ 5 = 5.656 = f/5.6
So far so good, however it falls down when you get to stop 7, where
f = sqrt(2) ^ 7 = 11.313 = f/11.3, but its actually f/11. Same problem with 22.627 becoming f/22 not f/22.6!
So, where am I going wrong? What I want is a method which, given a stop (which could be a whole stop, a 1/2 stop or even 1/3 stop, so 5, 5.5 or 5.3, 5.6 etc) would give me a correct f/ value
Not a normal Photography & Video thread I know, but hoping someone understands this better that I do!



What happened there!
- My maths is horrendous, sod trying to work it out on the spot 