439? Wow! I know that it's possible, since I managed a bit more than that myself. I currently get 244, though I fudged the screen size numbers, since I don't have the LxW measurements on hand, I just did a rough 4:3 calculation based on my known screen size.
The only thing that I'd change with this is maybe allow it to take the diagonal screen measurement, and choose an aspect ratio, 5:4, 4:3, 15:9, 16:10, or 16:9 Many of us know these numbers ourselves a bit better.
Meh, I shoudn't have, but here's the math to use diagonal measures...
Area calculation in meters is:
- 5:4 Each inch of diagonal measure gives 0.780869 inches width and 0.624695 inches of height.
- 4:3 Each inch of diagonal measure gives 0.800000 inches width and 0.600000 inches of height.
- 15:9 Each inch of diagonal measure gives 0.857493 inches width and 0.514496 inches of height.
- 16:10 Each inch of diagonal measure gives 0.847998 inches width and 0.529999 inches of height.
- 16:9 Each inch of diagonal measure gives 0.871575 inches width and 0.490261 inches of height.
You can also set a "constant" using the radio buttons, and multiply that, say for the 4:3 ('cause it's the easiest to do in my head) the area (in square inches) = x*x*0.48 where x is the diagonal measure. Other aspect ratios follow the same pattern where the constant (0.48 in this case) is replaced by the factor of the length and width per diagonal inch.
From this, it is possible to determine screen area (in square inches) given the diagonal measure and the aspect ratio. Divide by 1550 in order to get area in square meters. (Well, or multiply by 0.00064516, which seems to be what you're doing.)
Just a thought...