Quote:
Originally Posted by Ordo
Curiuos. It's a very simple subroutine...
It's just dividing two measures (not the least common denominator TCav).
Dividing one number by another would give you a result like:
1.33333333333333333333333333333333333
That's different from 4:3, which is the ratio.
And the subroutine would need to be smart enought to know where the dividing line is between one ratio and another. For instance, where, between 1.333333... and 1.5, does it stop calling it 4:3 and start calling it 3:2? ... and where does it stop calling the result 16:9 and start calling it 16:10?
That's complicated.